Skip to content
Snippets Groups Projects
Commit b55e2394 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: disabel edit for fqdn in rr edit (closes #187)

parent cc7fdfa3
No related branches found
No related tags found
No related merge requests found
Pipeline #274927 passed with warnings
......@@ -444,6 +444,7 @@ export default {
this.db_editor_old_data = item
this.db_editor_presets = item
this.object_title = item.type + '-Record auf FQDN ' + item.fqdn
this.create_record_reducer = {fqdn: false}
this.$root.$emit('bv::show::modal', 'create_record')
},
editFQDN: function (item) {
......
......@@ -43,6 +43,7 @@ export default {
selections[t.record_type] = {display_name: t.record_type}
}
this.create_record_reducer = {
fqdn: false,
type: selections
}
this.fqdn = response.data[2][0]
......
......@@ -52,6 +52,7 @@ export default {
selections[t.record_type] = {display_name: t.record_type}
}
this.create_record_reducer = {
fqdn: false,
type: selections
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment