Open AlanCoding opened 6 years ago
After talking with @rebeccahhh, it sounds like this is really just exposing an implementation detail of how we save credential secrets in a two-step process (first we save the credential to generate a primary key, then we update it to encrypt the secret value using the primary key from the insert).
I'm not certain this is really worth addressing, because it would probably be fairly complicated. @AlanCoding it sounds like you and @rebeccahhh discussed this?
That said, I understand that this is a little weird from a UX perspective. @wenottingham do you think it's worth moving mountains to adjust this?
If it's matching the operations we currently make in the API, no, it's fine.
If @AlanCoding agrees with this, then, I'd say it would be better for @rebeccahhh to spend her time on other activity stream hit list items first.
ISSUE TYPE
COMPONENT NAME
SUMMARY
creating NT makes 2 entries where a user would probably prefer 1
ENVIRONMENT
STEPS TO REPRODUCE
Create notification template with some private data
view activity stream
EXPECTED RESULTS
just a creation entry
ACTUAL RESULTS
some examples, including a copy action
As you click on one of the 2nd entries in UI:
Better to not create this entry
ADDITIONAL INFORMATION
Kinda related https://github.com/ansible/awx/issues/1500