mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
profilUpdates need to have unique adresse_id or kontakt_id
This commit is contained in:
@@ -49,8 +49,7 @@ export default {
|
||||
methods: {
|
||||
|
||||
deleteItem: function(item){
|
||||
let data = item.data;
|
||||
data.delete = true;
|
||||
|
||||
this.$emit('update:profilUpdate',item.data);
|
||||
//? updates the topic when a Kontakt or an Address should be deleted
|
||||
this.$emit('update:topic',item.data.kontakt?"Delete Kontakte":"Delete Adressen");
|
||||
|
||||
Reference in New Issue
Block a user