- πΊπΈUnited States dcam
π Field element still visible when no actions allowed Closed: duplicate was closed as a duplicate. I'm granting credit to @trwill for work done on a patch in the other issue.
Entity form displays as empty fieldselect like in the following picture:
When you work with contrib module (Scheduled updates)
https://www.drupal.org/project/scheduled_updates β
(and configure it) you have a set of permissions create, edit, update and basically in code "inline entity form" has an if conditions "ALLOW_CREATE" to determine if new elements has to be created BUT there's no if condition to determine when there's no DATA.
What happens when there's no DATA and you do not have permissions to create new content ? basically the fieldset wrapped is empty and looks like the following image:
Basically No field display(no fieldset displayed)
Needs work
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
π Field element still visible when no actions allowed Closed: duplicate was closed as a duplicate. I'm granting credit to @trwill for work done on a patch in the other issue.