#17876 closed defect (wontfix)
move page AddValue -> AddTag and adapt context sensitive help
Reported by: | Klumbumbus | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core shortcuts | Version: | |
Keywords: | Cc: |
Description
Since the dialog was renamed in r14926 I'd like to move the wiki page wiki:/Help/Dialog/AddValue. Is the patch for the context sensitive help sufficient?
-
TagEditHelper.java
709 709 super(MainApplication.getMainFrame(), tr("Add tag"), tr("OK"), tr("Cancel")); 710 710 setButtonIcons("ok", "cancel"); 711 711 setCancelButton(2); 712 configureContextsensitiveHelp("/Dialog/Add Value", true /* show help button */);712 configureContextsensitiveHelp("/Dialog/AddTag", true /* show help button */); 713 713 714 714 mainPanel = new JPanel(new GridBagLayout()); 715 715 keys = new AutoCompletingComboBox();
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
Milestone: | 19.06 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 by , 6 years ago
Why not moving the page and keeping a redirect. Think there is a command for trac to show all pages link to a page.
Maybe, stoecker has already some magic to move pages in backhand ?
comment:3 by , 6 years ago
Actually I don't like redirects and see no big sense in renaming established pages. Who cares for the page name at all. It's the contents who counts, not the URL line.
Hmm... moving the page would break all pages which link there and I don't want to fix all the translated pages.