-
Bug
-
Resolution: Fixed
-
Major
-
2.9.0
-
None
-
4.6 M4, 4.7.0 M1
Since we have renamed the search tools, applying a format query can be impossible, it tries to apply the format on the tool with the same id as when it has been saved.
See QueryFormatting.js line 60 :
var toolId = content.toolId; var tool = Ametys.tool.ToolsManager.getTool(toolId);
Maybe it should be :
var tool = Ametys.tool.ToolsManager.getFocusedTool();
[QUERIES-124] Applying format query is broken
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Ready to merge [ 10208 ] | New: Resolved [ 5 ] |
Rank | New: Ranked higher |
Assignee | New: Guillaume Gouin [ ggouin ] |
Status | Original: Code review OK [ 10206 ] | New: Ready to merge [ 10208 ] |
Assignee | Original: Guillaume Gouin [ ggouin ] |
Status | Original: Available for review [ 10005 ] | New: Code review OK [ 10206 ] |
Status | Original: In Progress [ 3 ] | New: Available for review [ 10005 ] |
Status | Original: Available for review [ 10005 ] | New: In Progress [ 3 ] |
Assignee | Original: Raphaël Franchet [ raphael ] | New: Guillaume Gouin [ ggouin ] |