nextcloud / nextcloud/server

Flow: Allow creating tags from within the tag selector

Open
#17,998 2 comments 5 reactions 0 assignees View on GitHub

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

  1. Go to the workflow UI
  2. Create a tag
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.