glassdimly / amtrack_downeaster

GNU General Public License v2.0
0 stars 0 forks source link

Create a new taxonomy term from referencing #11

Open glassdimly opened 7 years ago

glassdimly commented 7 years ago

On the forms, it would be easy to do a hook_form_alter and add a link to the vocabulary or content type that is being referenced.

This way when users are adding, say, an Amenity, and wish to create an icon for that Amenity, they can simply click the "Add a new icon" link, visit the icon, and then refresh the page, create it rather than fishing around in the admin menu.

Here's the fancier way to do this, which may work or may require some dev time: https://www.drupal.org/project/inline_entity_form

Let me know if this is desired, or if nothing is desired.

dougmorin commented 7 years ago

The icons probably won't be created all that often, so this won't be necessary.

glassdimly commented 7 years ago

Most of the node and taxonomy fields have references: Amenity is one example only. I'm happy to close this issue, but this is the sort of issue that can make a difference between a usable site and a frustrating one.