Plugin form refresh button updates form schema itself

This commit is contained in:
Joel Collins 2019-11-27 14:38:25 +00:00
parent 0d17508bd9
commit 951765f2c1
2 changed files with 12 additions and 11 deletions

View file

@ -116,6 +116,7 @@
:submit-label="form.submitLabel"
:self-update="form.selfUpdate"
:schema="form.schema"
@reloadForms="updatePlugins()"
/>
<hr />
</div>
@ -201,6 +202,7 @@ export default {
methods: {
updatePlugins: function() {
console.log("Updating plugin forms");
axios
.get(this.pluginsUri)
.then(response => {