Permission Checks & Duplicate Delete Bug
TL;DR
- Need to remove permission checks from
ai_catalog_agentandflow - Instead, hide/show the button on the
showpage when changing “View latest version” behaviour - Found a bug: deleting the same agent in two tabs triggers an expected error, but the error copy is weird
Permission Check Refactor
Remember that I want to remove permission checks from ai_catalog_agent and flow, and instead implement them by hiding/showing the button within the show page when I change the “View latest version” behaviour.
Duplicate Delete Bug
When deleting an agent, then deleting that same agent in another tab, an error is expected, but the copy is weird.
ryer.io