@afeefa/vue-app 0.0.219 → 0.0.220
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.220
|
package/package.json
CHANGED
@@ -18,12 +18,14 @@ export class SaveAction extends ApiAction {
|
|
18
18
|
return this.execute()
|
19
19
|
}
|
20
20
|
|
21
|
-
|
22
|
-
|
21
|
+
processResult (result) {
|
22
|
+
const response = super.processResult(result)
|
23
23
|
|
24
24
|
if (this._showSuccess) {
|
25
25
|
this.alert('Die Daten wurden gespeichert.')
|
26
26
|
}
|
27
|
+
|
28
|
+
return response
|
27
29
|
}
|
28
30
|
|
29
31
|
processError (result) {
|