Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
387a4fb0
Commit
387a4fb0
authored
Apr 27, 2021
by
Guillaume Heurtier
Browse files
FIX #16734 TIME 0:00 added note creation in action in document history
parent
dce6efec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/action/controllers/ActionMethodController.php
View file @
387a4fb0
...
...
@@ -157,6 +157,15 @@ class ActionMethodController
'moduleId'
=>
'notes'
,
'eventId'
=>
'noteadd'
]);
HistoryController
::
add
([
'tableName'
=>
'res_letterbox'
,
'recordId'
=>
$resource
,
'eventType'
=>
'ADD'
,
'info'
=>
_NOTE_ADDED
,
'moduleId'
=>
'resource'
,
'eventId'
=>
'resourceModification'
]);
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment