Closed (fixed)
Project:
Editable Fields
Version:
1.0.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Aug 2024 at 04:33 UTC
Updated:
8 Feb 2025 at 13:09 UTC
Jump to comment: Most recent, Most recent file
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