Added a status icon for records in the edit form. #1763 #1766
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There's an existing component which shows a record's type/registry overlaid with a status icon, and it already contains a switch to display only the status. I have used this in the position requested for records in the left column as there's already a type/registry icon to the left. I tried fitting the status icon on the left, but had some difficulty.
Status only appears on the left column (i.e. records not-yet-added to relations) as the data which are used for the right-hand column don't include any status information.
It wasn't clear to me from the ticket if the icons were being requested for both columns; if not then this PR can be reviewed as it stands. But, if they are required, I'll have to open another ticket for changes to the server so that it can supply record status in the relevant part of the data.