Closed (fixed)
Project:
Token Content Access
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2023 at 22:20 UTC
Updated:
19 Mar 2026 at 15:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yash_khandelwalLooked on this case and found module is working as expected. Token setting appears on the node. Make sure "Token Content Access nodes" module should be enable. PFA screenshot for your reference.
Comment #3
yash_khandelwalComment #4
yash_khandelwalComment #5
drupgirl commentedHmmmm, it's still not saving for me at the content type level. What admin theme are you using there? Are you testing on a D10 site? Thanks!
Comment #6
yash_khandelwalI am using Olivero 10.0.9 theme and also checked the case with Claro 10.0.9 theme. Module is working fine. Please check the error logs so we can debug more on this or if not than it looks not an issue with this module.
Comment #7
nick_sh commentedThe same situation when saving node and product entity. For some reason it is not saving.
Comment #8
nick_sh commentedAnd token is not visible when "Enable Token Content access protection" enabled

Comment #9
london6339 commentedThis issue still exists, see https://www.drupal.org/project/tca/issues/3461624
Comment #10
wgoley06 commentedHi, unless I've overlooked another patch, I still seem to be running into this issue with the enforce token to save on specific nodes. I've tried to export configurations, update the config file, and reimport but its not saving still. I see in the DB that the
SELECT name, data FROM config WHERE name = 'tca.settings';
+--------------+----------------------------------------------+
| name | data |
+--------------+----------------------------------------------+
| tca.settings | a:1:{s:19:"enforce_token_usage";s:4:"true";} |
+--------------+----------------------------------------------+
enforce_token_usage: true
uuid: faf053eb-da89-4669-a1db-c7b864b9e690
langcode: en
status: true
dependencies:
config:
- node.type.estimate
id: node_type_estimate
active: 1
token: required
public: false
I tried changing themes and uninstalled additional modules that might conflict but having no luck.
Anyone else figure out the issue on this one?
Comment #12
sanduhrsSubmit handlers are not attached to the form correctly.
Comment #14
kimlop commentedIn Drupal 10.5.1 saving does not work even when applying the patch to the dev version of the module.
Comment #15
mauro_ commentedThanks @yash_khandelwal @nick_sh @wgoley06 @sanduhrs for the contributions. This issue should be fixed in the new release
Comment #17
mauro_ commented