Skip to content

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

@nickvergessen

Description

@nickvergessen

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 🙈

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions