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
af2516ad
authored
2024-05-08 16:16:41 -0500
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix DbResource path
1 parent
0b4d77b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
entity/MjmlEntities.xml
entity/MjmlEntities.xml
View file @
af2516a
...
...
@@ -16,7 +16,7 @@ along with this software (see the LICENSE.md file). If not, see
<extend-entity
entity-name=
"ProductStoreEmail"
package=
"mantle.product.store"
>
<field
name=
"resourceId"
type=
"id"
/>
<relationship
type=
"one"
related=
"m
antle
.resource.DbResource"
short-alias=
"dbResource"
/>
<relationship
type=
"one"
related=
"m
oqui
.resource.DbResource"
short-alias=
"dbResource"
/>
</extend-entity>
</entities>
...
...
Please
register
or
sign in
to post a comment