ProjectAlita / projectalita.github.io

Langing
GNU Affero General Public License v3.0
1 stars 1 forks source link

[BUG] Unable to Set/Edit Secret Value if Initially Left Empty #488

Closed epamLDadayan closed 1 month ago

epamLDadayan commented 1 month ago

Title: Unable to Set/Edit Secret Value if Initially Left Empty

Description: When creating a new secret and leaving the value field empty initially, it becomes impossible to set or edit the value later. Additionally, the name of the secret cannot be modified after creation, which could be a useful feature.

Steps to Reproduce:

  1. Create a new secret and provide a name.
  2. Click somewhere else on the page without providing a value.
  3. Attempt to edit the value and provide it.

Actual Result: The value field becomes non-editable, preventing the user from setting or editing the value.

Expected Result: The user should be able to modify and provide the value even if it was initially left empty. Additionally, the user should be able to modify the name of the secret.

Notes:

HawkQing1 commented 1 month ago

@epamLDadayan, it's fixed, please verify it on main

epamLDadayan commented 1 month ago

Fixed, tested on MAIN env. Ready for next Release.