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
View overview: add an Edit link for each view #14926
Comments
|
@ibennetch Can I take up this issue? |
|
@ibennetch @williamdes Should I create new view_edit file or try to autofill existing view_create file? |
|
I think this can be added to the existing file. Is there a particular reason it would make more sense to create edit_view.php?
|
|
ok @ibennetch , I will modify the existing file itself |
|
@ibennetch @williamdes How can I set a global variable such as |
|
@ibennetch @williamdes If we go to structure tab in a view, then click on edit view, what we get is a form to create view and not edit the view. You can test it by trying to modify the view by putting |
|
You’re seeing this bug: bug #14916 (comment) |
|
@ibennetch So maybe I should make a pr for the bug fix currently to branch QA. And work on the feature request (creating new file for editing views) off the master branch. The pr for #14916 is mine only and I encountered the error you are mentioning. |
Signed-off-by: Nitish Bahl <nitishbahl24@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Fixed by a7ac037 |


Is your feature request related to a problem? Please describe.
The list of views should show an edit link for each view. From the navigation pane, there's a "Views" text which can be clicked on to show all the views in the database. There's a list of tabs, "Browse," "Structure," etc — I propose adding an "Edit" link here.
I don't think we can add "Edit" to the dropdown list for working with multiple views, because it wouldn't make sense to edit more than one at once.
QA_4_8
The text was updated successfully, but these errors were encountered: