Show field caption in schema config field list #7093
+11
−1
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.
Implements the feature request in this forum post. I can create a corresponding feature issue on GitHub if this is something the team wants (and if this feature is accepted overall).
Shows the field caption beside the database name in the schema config field list. To help the user distinguish between the database field name, the caption, and the hidden indicator, the list uses the following formatting.
databaseFieldName caption (hidden)
The caption in the field name list will change in real-time as it is entered in the caption input box, so the user learns the link between the two. Below is an example of how this feature is helpful when using an attribute or properties table.
Checklist
self-explanatory (or properly documented)
Testing instructions
All frontend tests have passed. I am not super familiar with TypeScript, so while functional, perhaps the typing could be further improved. Tested with Firefox 128.12.0 ESR