@ardimedia/angular-portal-azure 0.2.307 → 0.2.308
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apn.js +4 -0
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -1596,6 +1596,10 @@ var angularportalazure;
|
|
|
1596
1596
|
console.debug(exception.Message);
|
|
1597
1597
|
return 'Datensatz mit gleichem Key (Schlüssel) bereits vorhanden!';
|
|
1598
1598
|
}
|
|
1599
|
+
if (exception.Message.toLowerCase().indexOf('the delete statement conflicted with the reference constraint') >= 0) {
|
|
1600
|
+
console.debug(exception.Message);
|
|
1601
|
+
return 'Datensatz kann nicht gelöscht werden, da noch abhängige Daten vorhanden sind!';
|
|
1602
|
+
}
|
|
1599
1603
|
// Add Messages, if available
|
|
1600
1604
|
if (exception.Messages !== undefined && exception.Messages.length > 0) {
|
|
1601
1605
|
exception.Messages.forEach(function (item, index) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ardimedia/angular-portal-azure",
|
|
3
3
|
"description": "Angular Portal Azure - GUI Framework.",
|
|
4
4
|
"author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.308",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|