imho i think it's helpful to have access for replacement form element inherited from the legagy field.
With this, other modules could integrate much easier with Title.
issues related:
#1741238: Inline Entity Form shows title field despite title generation being enabled
#1747900: Replacement title field added by Title module is not hidden when title generation is enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | replacement_inherits_access-1748008-7.patch | 1.32 KB | plach |
| #1 | replacement_inherits_access-1748008-1.patch | 841 bytes | vasike |
Comments
Comment #1
vasikeand here is a patch for this.
it worked for Inline entity form issues, previous specified.
Comment #2
vasikeComment #3
bojanz commentedWouldn't #required need to be reset as well?
Committed the IEF fix in the meantime.
Comment #4
vasike@bojanz: as i remember this issue is strictly related with '#access' = FALSE; - hiding the title.
The Title module set required all "titles" fields, except the Taxonomy Description field.
Comment #5
plachThere are some coding style issues, but the patch looks sensible to me. Will fix it on commit.
Comment #6
plachComment #7
plachCommitted and pushed the attached patch, thanks.