- πΊπΈUnited States gcb
Love this idea but the execution here is both incomplete and has become stale. It no longer applies on the latest 2.x branch and the patch itself includes commented lines and other inconsistencies. Might need to start over.
It would be great if the pages (list) of adding contacts and adding organizations had the same style as other entity pages to maintain consistency.
There is a template (entity_add_list. twig) that we could use instead of the default one that brings redhen, for that several changes are required:
First you need to change the schema for ContactType and OrgType in the configuration to allow a new "description" field, which will be used on the add new page (contact, organization).
Then it is necessary to update ContactTypeInterface and OrgTypeInterface to add a new method to obtain the new "description" field, as well as to update the respective classes that implement these interfaces.
It's also necessary to modify the "add" method in the ContactAddController and OrgAddController controllers to make use of entity_add_list.twig
patch in progress!.
Needs work
1.0
Shared
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Love this idea but the execution here is both incomplete and has become stale. It no longer applies on the latest 2.x branch and the patch itself includes commented lines and other inconsistencies. Might need to start over.