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 all tags being added to new Constraint/Scheduling Condition metadata #1523

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

duranb
Copy link
Collaborator

@duranb duranb commented Oct 23, 2024

resolves #1522

To test:

  1. Populate the tags table via plan creation, selected activity directive form, etc.
  2. Go to /constraints
  3. Click "new" to go to the constraint creation page
  4. Don't add any tags to the metadata
  5. Create the new constraint
  6. Verify that no tags are present on the newly created constraint metadata
  7. Navigate to the new constraint page again
  8. This time add one or two tags
  9. Create the constraint
  10. Verify that only the tags you specified are added
  11. Repeat steps 3-10 but for scheduling conditions instead (should be a fairly identical process)

@duranb duranb merged commit cd7c918 into develop Oct 24, 2024
5 checks passed
@duranb duranb deleted the fix/metadata-tag-creation branch October 24, 2024 22:15
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.

New constraints and scheduling conditions are getting all tags in existence associated with their metadata
2 participants