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

fix(unique fields) fixes #30281 : When the 'uniquePerSite' Field Variable is set, recalculate key values in the unique_fields table #30693

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

jcastro-dotcms
Copy link
Contributor

@jcastro-dotcms jcastro-dotcms commented Nov 18, 2024

Proposed Changes

  • When the 'uniquePerSite' Field Variable is added, updated, or deleted, recalculate key values in the unique_fields table.
  • After discussion with Freddy R, the hash calculation has been moved from Java code to PostgreSQL code.
  • UI Notifications/ Toasts are being added when the new hash is being calculated, and when it finishes.
  • Added new and formatted existing Javadoc.

…able is set, recalculate key values in the `unique_fields` table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the 'uniquePerSite' is set recalculate unique_fields key values
3 participants