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

Some cleanup to topic crudl and ticket folders #5590

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

rowanseymour
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d3b0b6e) to head (be077ac).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #5590   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          551       551           
  Lines        25669     25654   -15     
=========================================
- Hits         25669     25654   -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

menu.add_modax(
_("Edit"),
"edit-topic",
f"{reverse('tickets.topic_update', args=[self.folder.topic.id])}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use int ID instead of the UUID? I thought we were moving to use uuid in URLs as much as possible

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've used UUIDs for things like flow editor as a way to let advanced users know the UUID for API operations. IMO there's no reason to use UUIDs everywhere.

@rowanseymour rowanseymour merged commit 0ca6d9e into main Oct 28, 2024
5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants