We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see also #434
It would be great if users could select elements in a view (say the tree view) and then:
This requires a standard way for views to store their selection.
The universal ID gives us a convenient way to generate portable lists of selected elements.
I'm thinking that the easiest way to do this might be via a "share" menu button which might give you a link like:
/whatever/open?view=tree?selection=~user/flow//cycle/task1,~user/flow//cycle/task2,~user/flow//cycle/task2/job1
We could potentially do something with the URL, however, due to the multiple tabs layout that will unlikely be suitable for sharing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see also #434
It would be great if users could select elements in a view (say the tree view) and then:
This requires a standard way for views to store their selection.
The universal ID gives us a convenient way to generate portable lists of selected elements.
I'm thinking that the easiest way to do this might be via a "share" menu button which might give you a link like:
We could potentially do something with the URL, however, due to the multiple tabs layout that will unlikely be suitable for sharing?
The text was updated successfully, but these errors were encountered: