Actions
Bug #20551
closedblock still disapear in technique editor when we put a method in it
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
created a technique
put a block
add a method
move method in block
add a method
move method in block
block disappear
Files
Actions
#1
Updated by Elaad FURREEDAN almost 3 years ago
- File block_disapear.gif block_disapear.gif added
- File clipboard-202201141608-bhboj.png clipboard-202201141608-bhboj.png added
- File clipboard-202201141619-dqsov.png clipboard-202201141619-dqsov.png added
It seems that the block disapear only if the method after the block is drag in the block
The bug seems to come from :
you can see what the value for elem
and drop
:
elem: Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport } drop: InBlock { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport }
The code continues to
MoveCompleted
:with the log :
t.elems: [Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport },Call Nothing { component = "", condition = { advanced = "", os = Nothing }, disableReporting = False, id = { value = "f6440209-469b-481a-a96e-dd65c9553685" }, methodName = { value = "command_execution" }, parameters = [{ id = { value = "command" }, value = [Value ""] }] }] b: Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport }
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ almost 3 years ago
- Assignee changed from Vincent MEMBRÉ to Elaad FURREEDAN
- Pull Request set to https://github.com/Normation/rudder/pull/4112
Updated by Elaad FURREEDAN almost 3 years ago
- Related to Bug #20307: cannot save a technique with a block, and no indication why added
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|bc6c93f75d525f54236a08dd8db69ef85796a833.
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc3 which was released today.
Actions