I changed a little bit. Now it's possible to hide the required message on given paths.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | show_required-843503.patch | 7.79 KB | creazion_dev |
| #1 | show_required-843503.patch | 7.8 KB | creazion_dev |
I changed a little bit. Now it's possible to hide the required message on given paths.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | show_required-843503.patch | 7.79 KB | creazion_dev |
| #1 | show_required-843503.patch | 7.8 KB | creazion_dev |
Comments
Comment #1
creazion_dev commentedComment #2
creazion_dev commentedSorry, some misstypos in the first patch.
Comment #3
smk-ka commentedNo, this is IMO not the correct approach. Rather, the module should be changed to generate the text in an #after_build function. This allows other modules to set a flag by implementing hook_form_alter(), which tells the #after_build handler not to render some (or all) of the text. But unless the code clean-up patch has landed this is very unlikely to happen. :(
Comment #4
arcaneadam commentedI've added a new release that fixes the code cleanup issue. If you'd like to explore this some more then feel free.