Modify ↓
Opened 2 years ago
Closed 2 years ago
#22784 closed enhancement (fixed)
[patch] Link to context sensitive help is missing for "Search for objects by preset"
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 23.03 |
Component: | Core | Version: | |
Keywords: | template_report help | Cc: |
Description
What steps will reproduce the problem?
- Hover mouse over Presets menu item "Search for objects by preset"
- Press
F1
What is the expected result?
wiki:Help/Action/TaggingPresetSearchPrimitive
What happens instead?
Help content for the help topic Action/TaggingPresetSearchPrimitiveDialog$ is not available yet.
Please provide any additional information below. Attach a screenshot if possible.
Note that the action is also available in the Edit menu with the identical result.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2023-03-02 08:22:33 +0100 (Thu, 02 Mar 2023) Revision:18679 Build-Date:2023-03-03 02:30:57 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (2)
comment:1 by , 2 years ago
Milestone: | → 23.03 |
---|---|
Summary: | Link to context sensitive help is missing for "Search for objects by preset" → [patch] Link to context sensitive help is missing for "Search for objects by preset" |
Note:
See TracTickets
for help on using tickets.
src/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetSearchPrimitiveDialog.java
I also moved the toolbar registration and toolbarId setup to the constructor call. I don't know why are there such setups in a few places like here.