Plugin form refresh button updates form schema itself
This commit is contained in:
parent
0d17508bd9
commit
951765f2c1
2 changed files with 12 additions and 11 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue