-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute command where all params are optional #4
Comments
@stakach, I've been a bit confused as to how the module name should be determine. |
Module Name should be: Then the index on the class column there is just so Classes above should be
|
|
looking good! |
# 1.0.0 (2020-04-20) ### Bug Fixes * **modules:** fix validation of ip addresses ([5976bb4](5976bb4)), closes [#26](#26) * fix minor routing issues ([5850ff5](5850ff5)) * **build:** fix compilation issues ([2ed2227](2ed2227)) * **debug-output:** scroll view to bottom when content updates ([c89d520](c89d520)), closes [#13](#13) * **drivers:** fix listing commits for edits ([3e85eac](3e85eac)), closes [#27](#27) * **drivers:** fix logic of driver execs ([4120f09](4120f09)) * **drivers:** fix saving settings when creating drivers ([dcf8ccf](dcf8ccf)), closes [#23](#23) * **drivers:** fix updating driver and commit listing on changes ([426fa30](426fa30)), closes [#20](#20) * **drivers:** update about display values ([a4b35c5](a4b35c5)) * **drivers:** update drivers to post repository details ([9a98f2f](9a98f2f)) * **engine-admin:** fix spinners on database actions ([7c1275e](7c1275e)) * **modules:** fix propagating local changes when adding modules to sys ([22fe99f](22fe99f)), closes [#24](#24) * **settings:** fix making mocked builds ([d0305f5](d0305f5)) * **system-exec:** fix executing items with all optional params ([f7eb77d](f7eb77d)), closes [#4](#4) * **system-exec:** fix parsing parameters ([e125136](e125136)) * **system-modules:** toggle running state with power actions ([3b25d63](3b25d63)), closes [#21](#21) * **system-modules:** update local copy of system after adding a module ([9424637](9424637)), closes [#24](#24) * **systems:** fix adding and removing zones ([7ccfbb7](7ccfbb7)) * **systems:** fix listing of system zones ([ad6d7a2](ad6d7a2)) * **users:** fix password logic for form ([3fea867](3fea867)), closes [#35](#35) * **view-state:** fix determining mod name ([6460a37](6460a37)) * **zones:** fix listening to modal events ([8ed7bf0](8ed7bf0)) * **zones:** fix spliting tags when editing ([2405cac](2405cac)), closes [#36](#36) * **zones:** fix tab counts ([6ff7da9](6ff7da9)), closes [#34](#34) ### Features * **build:** cleanup build process ([11bc5ef](11bc5ef)) * **engine-admin:** add admin section to engine ([21adbb3](21adbb3)) * **metadata:** add logic for zone metadata ([0ee1c6c](0ee1c6c)), closes [#19](#19) * **settings:** allow viewing and editing settings from about pages ([f54ec76](f54ec76)) * **sys-exec:** add modal for viewing exec responses ([920251d](920251d))
Clicking send on a function where all parameters are optional stops the component from updating (can't select a different function) and does not execute the command.
The text was updated successfully, but these errors were encountered: