mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #771] CreateStack POST disables the create button in the "New Stack" modal but then never un-disables it. #2414
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kickbut101 on GitHub (Aug 26, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/771
Komodo Agent/Periphery - 1.19.1
Server - 1.19.1
Firefox - 142.0
I'm sure I'm using the wrong verbage, sorry.
I noticed that if you go to create a new stack in the UI and the stack happens to have the same name as another stack the "Create" button gets the 'disabled=""' attribute added to it in the HTML.
The problem is that the attribute doesn't get removed nor the modal refreshed when the user goes to type in a new name. You are forced to refresh the entire page before that button becomes accessible again.
Screenshots:
Before:
After:
New Modal opened:
@antoniosarro commented on GitHub (Sep 2, 2025):
If this issue hasn't been addressed by anyone, I can check it myself
@MP-Tool commented on GitHub (Sep 9, 2025):
Issue can be closed.