fix: cluster size slider to be active by cluster mode selection
Fixes
- call
updateResourceAllocationPane()on cluster mode selection handler
additional comment:
I think updateResourceAllocationPane() method need code refactoring. The method cause logical confusion, but I didn't do this because I don't know all intent of condition statement and variables behavior.
related issue: #1347
I found this below error.
- Update resource allocation on the 3rd session page
- Set another image on 1st session page
- Go to the 3rd page
- Then all custom resource allocations are reset.
@Sujin-Kim1 I think it's bit more complex to fix. I'll refactor update resource allocation logic after #1360 done.
Fixes
- call
updateResourceAllocationPane()on cluster mode selection handleradditional comment:
I think
updateResourceAllocationPane()method need code refactoring. The method cause logical confusion, but I didn't do this because I don't know all intent of condition statement and variables behavior.related issue: #1347
I agree with your opinion, especially in refactoring updateResourceAllocationPane(). It does too many things at one function which degrades understanding logic inside. Let's create an issue for that and solve it!