Hello,
As an administrator, I am able to view editable field content, but as a tourist, the field content is not visible.
Test in drupal 10.2.7
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | screencapture-domain-hastroop-com-node-1-1723203471094.png | 134.33 KB | msn5158 |
| #3 | screencapture-domain-hastroop-com-node-1-1723202912135 (1).png | 165.42 KB | msn5158 |
| #3 | screencapture-domain-hastroop-com-node-1-1723202549012.png | 108.34 KB | msn5158 |
| #2 | Screenshot 2024-08-09 at 10.20.03.png | 313.58 KB | joco_sp |
| #2 | Screenshot 2024-08-09 at 10.23.08.png | 133.83 KB | joco_sp |
Issue fork editablefields-3465743
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
joco_sp commentedI don't know who is a tourist for you, but did you check the permissions for that role? There are many that can prevent non-admin users to use them.
Did you check if that user has the permission to use the Editable fields (see screenshot)? Or if the user can edit this entity? You also have the option to bypass the access for a dedicated field (see the screenshot).
Comment #3
msn5158 commentedThe first image outputs the content normally.
https://www.drupal.org/files/issues/2024-08-09/screencapture-domain-hast...
The second image selects editablefields as the field formatting program, using default settings. For authorized users, it becomes editable fields. However, for users who have not logged in, that is, unauthenticated users, the basic display of content is missing.
https://www.drupal.org/files/issues/2024-08-09/screencapture-domain-hast...
The third image, with the 'Bypass access check' option selected, the visitor still cannot see the content.
https://www.drupal.org/files/issues/2024-08-09/screencapture-domain-hast...
What I mean is that visitors cannot edit fields, but they should be able to see the basic content, just like using the default formatting program.
Comment #6
gilmord@msn5158 - what you are looking for is "No access formatted" checkbox + "Select no access display mode"
those settings allow to select formatted for the users who have no access
*important - while checking this issue, I noticed that selecting same display mode cause loop, pushed a fix in development branch to prevent selecting current display mode as no-access fallback.
Comment #8
gilmord