Flow: Allow creating tags from within the tag selector
Open
Nobody has claimed this yet.
1. to develop
enhancement
feature: tags
feature: workflows
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
- Go to the workflow UI
- Create a tag
- Try to create an access control with that tag 💥
The problem is that list of tags is cached, but also not updated when a new tag is created.
cc @juliushaertl @blizzz
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the workflow UI and reproduce the sequence: create a tag, then create an access control using it. Trace where the tag list is cached and where tag creation occurs; done means a newly created tag is available in the selector without requiring a refresh.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100