Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADITO_Update_Upgrade
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab Maintenance 11.04.2025 | 20:00 - 23:00 MEZ
Show more breadcrumbs
xrm
ADITO_Update_Upgrade
Commits
8d988456
Commit
8d988456
authored
4 years ago
by
Andreas Schindlbeck
Browse files
Options
Downloads
Patches
Plain Diff
Revert "#1057422 Notifications: onDBDelete uses notifications.deleteContentIfOrphan"
This reverts commit
8279cebb
.
parent
6415ebec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/Notification_entity/Notification_entity.aod
+0
-1
0 additions, 1 deletion
entity/Notification_entity/Notification_entity.aod
entity/Notification_entity/recordcontainers/db/onDBDelete.js
+0
-5
0 additions, 5 deletions
entity/Notification_entity/recordcontainers/db/onDBDelete.js
with
0 additions
and
6 deletions
entity/Notification_entity/Notification_entity.aod
+
0
−
1
View file @
8d988456
...
...
@@ -166,7 +166,6 @@
<fromClauseProcess>
%aditoprj%/entity/Notification_entity/recordcontainers/db/fromClauseProcess.js
</fromClauseProcess>
<conditionProcess>
%aditoprj%/entity/Notification_entity/recordcontainers/db/conditionProcess.js
</conditionProcess>
<orderClauseProcess>
%aditoprj%/entity/Notification_entity/recordcontainers/db/orderClauseProcess.js
</orderClauseProcess>
<onDBDelete>
%aditoprj%/entity/Notification_entity/recordcontainers/db/onDBDelete.js
</onDBDelete>
<linkInformation>
<linkInformation>
<name>
c4e34b96-6081-4d04-8377-040a8ed3e14c
</name>
...
...
This diff is collapsed.
Click to expand it.
entity/Notification_entity/recordcontainers/db/onDBDelete.js
deleted
100644 → 0
+
0
−
5
View file @
6415ebec
import
(
"
system.vars
"
);
import
(
"
system.notification
"
);
// Deletes notificationContents from its table, if there are no
notification
.
deleteContentIfOrphan
(
vars
.
get
(
"
$field.ID
"
),
vars
.
get
(
"
$field.CONTENTID
"
));
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment