- Issue created by @drupgirl
- 🇮🇳India yash_khandelwal Mumbai
Looked 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.
- Status changed to Closed: works as designed
over 1 year ago 9:42am 7 June 2023 - Status changed to RTBC
over 1 year ago 10:10am 7 June 2023 - 🇺🇸United States drupgirl
Hmmmm, 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!
- 🇮🇳India yash_khandelwal Mumbai
I 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.
The same situation when saving product entity. For some reason it is not saving.
And token is not visible when "Enable Token Content access protection" enabled
- Status changed to Active
4 months ago 11:06pm 13 August 2024 This issue still exists, see https://www.drupal.org/project/tca/issues/3461624 🐛 Enforce Token usage not saving Active
- 🇺🇸United States wgoley06
Hi, 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: falseI tried changing themes and uninstalled additional modules that might conflict but having no luck.
Anyone else figure out the issue on this one?