- Issue created by @pemson18
- 🇨🇦Canada bohemier Québec city, Qc
It would be great to have the option in the module configuration to disable the widget, similar to the "Show term selection in the user form" setting.
- 🇮🇳India pemson18 South Goa
Refactor Patch add schema and install definition and description fixes
- 2b16b17c committed on 3.1.x-dev
Issue #3507458: Disable widget that "Adds terms permissions info to the...
- 2b16b17c committed on 3.1.x-dev
- 🇩🇪Germany Peter Majmesku 🇩🇪Düsseldorf
Thanks for your patch. I have reviewed it.
1. permissions_by_term_form_node_form_alter: Here you stopping the function via your return statement at the top of the function. That way you are removing all other functionality. E.g. the form access controlling.
2. In the `SettingsForm.php` the default value for the "hide_terms_permissions_info_in_node_form" setting is true. But actually the value is not set, if the setting has not been saved manually, yet. - 33bed0bf committed on 3.1.x-dev
Issue #3507458 by pemson18, peter majmesku, bohemier: Disable widget...
- 33bed0bf committed on 3.1.x-dev
- 🇩🇪Germany Peter Majmesku 🇩🇪Düsseldorf
I've added the changes to the new patch version release 3.1.36: https://www.drupal.org/project/permissions_by_term/releases/3.1.36 →
Please test the updates and reopen this issue and create a comment, if you stumble upon any issue with this update.