To test, go to Administration->Manage <entity_type> Types then pick one subtype and pick "Manage Form display" from the dropdown then check all the fields are listed.
NB. The label for the status field is "visible"
In opencase/modules/opencase_entities
- [x] Actors
- [x] Organisaions
- [x] Events
- [x] Equal opps
- [x] Activity
In opencase/modules/opencase_cases
- [x] Case Fee
- [x] Case provision
- [x] Case
File to edit is src/Entity/<entity_type>
All fields (except for created, changed & revision translation affected) should have this:
->setDisplayConfigurable('form', true)
->setDisplayConfigurable('view', true)
And this sort of thing should be removed:
->setDisplayOptions(blah...)
Also get rid of weights.
To test, go to Administration->Manage <entity_type> Types then pick one subtype and pick "Manage Form display" from the dropdown then check all the fields are listed.
NB. The label for the status field is "visible"
naomi
changed title from "Revision Log message" showing on activiites to Make all fields configurable so they can be ordered in gui2021-11-16 07:22:43 +00:00
Alex
was assigned by naomi2022-04-08 10:13:56 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In opencase/modules/opencase_entities
Actors
Organisaions
Events
Equal opps
Activity
In opencase/modules/opencase_cases
Case Fee
Case provision
Case
File to edit is src/Entity/<entity_type>
All fields (except for created, changed & revision translation affected) should have this:
And this sort of thing should be removed:
Also get rid of weights.
To test, go to Administration->Manage <entity_type> Types then pick one subtype and pick "Manage Form display" from the dropdown then check all the fields are listed.
NB. The label for the status field is "visible"
"Revision Log message" showing on activiitesto Make all fields configurable so they can be ordered in guiDone with Commit:
489f4c0c94