Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terms_uuid is not generated as intended (when not using the "Reset all signatories") #1010

Open
nickvergessen opened this issue Oct 25, 2024 · 0 comments

Comments

@nickvergessen
Copy link
Member

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

if ($this->config->getAppValue(Application::APPNAME, 'term_uuid', '') === '')
{
$this->config->getAppValue(Application::APPNAME, 'term_uuid', uniqid());
}

It looks like this tried to set it to a random value, but instead it does another get 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant