It would be nice to see the registration state on the registration edit form, even if you don't have access to change it. It's useful information. It could be handled similar to the way "You are registering:" is handled, where you see the text of the selected option instead of the form field if there's only one option.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cboyden’s picture

Status: Active » Needs review
FileSize
951 bytes

Here's a patch which implements this feature.

cboyden’s picture

FileSize
941 bytes

Updated patch: The text displayed should be the entity label, not the entity identifier.

cboyden’s picture

One problem with this is that the default registration shows up on the new-registration form before you've saved anything. If the default state is "registered" or some such, it will look like you've registered before you've actually registered. Different labeling might help.

cboyden’s picture

FileSize
954 bytes
752 bytes

Updated patch attached, with clearer labeling.

Chris Matthews’s picture

Status: Needs review » Reviewed & tested by the community

The patch in #4 is 3 years old, but still applied cleanly to 7.x-1.x-dev and with the updated labeling makes this feature request very useful so changing the status to RTBC.