Bug #20307
closedcannot save a technique with a block, and no indication why
Description
I created a technique, with a block containing 3 methods
all looks correct, but save button stays disabled
i tried setting component names, withtout success
changing the reporting method of block, without success
nothing says what's wrong
Files
Updated by Nicolas CHARLES almost 3 years ago
reloading the page and moving to the draft let's us save the technique
Updated by Nicolas CHARLES almost 3 years ago
- File sqdfqsfqsfsqf-save.json sqdfqsfqsfsqf-save.json added
when reproducing, I could save a non complete technique
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 7.0.0~rc2 to 7.0.0~rc3
Updated by François ARMAND almost 3 years ago
@nicolas: how did you reproduce it?
Updated by Nicolas CHARLES almost 3 years ago
- File clipboard-202201111706-yarcj.png clipboard-202201111706-yarcj.png added
- File clipboard-202201111707-mvfqr.png clipboard-202201111707-mvfqr.png added
i created a block, put a method in it
added a method
put the method in the block, block disapeared
created a block
put 2 method in it
add a method
try to move block after method <- didn't work <- actually the block is moved in the first position
move the methof before block
fill every method
save is non enabled
Updated by Elaad FURREEDAN almost 3 years ago
Workaround: leave and go back on the draft seems to enable the Save button
We can reproduce the bug easily :
1. create a block
2 add a method
3. dragNdrop the method in the block <- the block disapear
4. fill the method left
The save button is disable
Reason : the block who disapear is still present in the model, and since he was not fill, he is on error, so we cannot save the technique. Leave and go back on the technique seems to refresh the model in elm so the block is removed from the data and we can save the technique
Updated by Elaad FURREEDAN almost 3 years ago
- File reason_save_impossible.png reason_save_impossible.png added
- File clipboard-202201150132-7jnlq.png clipboard-202201150132-7jnlq.png added
here is where this ui
comes from :
Updated by Elaad FURREEDAN almost 3 years ago
- Related to Bug #20551: block still disapear in technique editor when we put a method in it added
Updated by Elaad FURREEDAN almost 3 years ago
- Status changed from New to Resolved
Should be resolved by #20551