launchrctl / web

Launchr Web plugin
Apache License 2.0
1 stars 2 forks source link

Ability to pass config values to action command (web plugin follow up) #90

Closed davidferlay closed 1 month ago

davidferlay commented 2 months ago

Ability to pass config values to action command - web update

Original ticket have updated SetInput logic for better distinguishing data between default values and user submitted input, so it will allow ValueProcessors apply data properly. CLI is fixed in scope of https://github.com/launchrctl/launchr/pull/68

Need to update web, to include these changes and add better handling of user input on front and back, to make new config value processor work properly.