Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-mjml
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
21f9b5a5
authored
2024-05-23 19:37:06 -0500
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix service job require a user
1 parent
10763346
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/mjml/MjmlServices.xml
service/mjml/MjmlServices.xml
View file @
21f9b5a
...
...
@@ -327,7 +327,7 @@ along with this software (see the LICENSE.md file). If not, see
<service
verb=
"remove"
noun=
"ExcessMjmlEmailResourceHistories"
>
<in-parameters>
<parameter
name=
"runDate"
default=
"
ec.user.nowTimestamp
"
required=
"true"
type=
"Timestamp"
/>
<parameter
name=
"runDate"
default=
"
Timestamp.from(java.time.Instant.now())
"
required=
"true"
type=
"Timestamp"
/>
</in-parameters>
<out-parameters>
<parameter
name=
"removedHistoryList"
/>
...
...
Please
register
or
sign in
to post a comment