Active
Project:
Asymmetric (private/public) Keys
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2024 at 15:07 UTC
Updated:
24 Dec 2025 at 23:35 UTC
Jump to comment: Most recent
Comments
Comment #2
dimitriskr commentedComment #3
dimitriskr commented@john franklin, what about a modal? Do you think that's better?
Comment #4
roderikIt would be nice to have e.g. a modal instead of the current ugly hack.
But remember that this currently can validate info from a potential key, _before_ it is actually saved as a key entity. You can get they key value from any key provider (for instance: the "environment" provider, enter a variable name) and check if it actually holds the info you need.
In order to do that, you'd need to copy code from KeyFormBase::validateFom().
I'm not sure if this is suitable for a GET (ajax) request. It might be, though.