topcoderinc / TC-redis-manager

5 stars 15 forks source link

Can't add a key into a middle branch #368

Open codejamtc opened 5 years ago

codejamtc commented 5 years ago

image

  1. Deploy the App and run the application
  2. Select a server and select any value type
  3. Create a branch - Branch-A:Branch-B:Branch-C:Branch-D:Branch-E:Branch-F:Branch-G:Branch-H:Branch-I:Branch-J:Branch-K:Branch-L:Branch-M:Branch-N:Branch-O:Key-1
  4. Expand all the branches
  5. Select the Branch-E
  6. Click add new value
  7. Add Key1 in-front of the branches in key section and add a value
  8. Click Add and refresh
  9. Don't add any key name in-front of the branches in key section and add a value
  10. Click Add and refresh

Actual: Can't add a key into a middle branch

Expected: Should able to add a key to a middle branch

Browser(s): Firefox 64.0.2 (Windows)

codejamtc commented 5 years ago

https://www.screencast.com/t/m4HJuI5X

codejamtc commented 5 years ago

image

standlove commented 5 years ago

I don't quite follow this one.

Isn't your Key1 added correctly? @codejamtc

codejamtc commented 5 years ago

@standlove No,

Say if we want to add a key inside Branch-E. We select Branch-E and click add new value

  1. You can enter a key and click add, it will add a key below the Branch-E but no name is displayed. So user needs to have a key name.

image

image

  1. If you try to get a key with name below the Branch-E. Select Branch-E and click add new value and enter key-1 in-front of the key and add 10 as the value and click add

image

image