- Issue created by @tripodcreative
- Assigned to shailja179
- 🇺🇸United States tripodcreative
Update here: it appears that after disabling and uninstalling the module, the Title field element is moved to the disabled section of the form display, it doesn't reset to its default state.
While it would be preferable to have this state return to its original, this isn't so much of a bug as a missed configuration. For others who come across this issue themselves:
For the entity/node type in question, go to:
/admin/structure/types/manage/your_content_type_machine_name/form-display
And move the title form the disabled column at the bottom to the top of the page, or wherever else you'd like it to be.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 8:05am 17 May 2023 - 🇮🇳India shailja179 India
@tripodcreative,
Basically it should change automatically after disabling the setting. I have added this patch to solve this issue.
It will automatically show title after disabling the setting.
Try this patch. - 🇮🇳India nidhi27
Hey @shailja179,
I would suggest to add the same code in hook_uninstall() as well.
- 🇮🇳India shailja179 India
@tripodcreative,
Try this new patch, it will revert the settings after uninstalling the module and will display title after disabling the checkbox. - 🇮🇳India shailja179 India
@sayco,
Please check if this solution works and merge it.
Thanks