-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/axonivy-market/marketplace…
… into bugfix/MARP-959-Axon-Ivy-Portal-Images-and-URLs-are-broken # Conflicts: # marketplace-service/src/main/java/com/axonivy/market/service/impl/ProductServiceImpl.java
- Loading branch information
Showing
22 changed files
with
423 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
marketplace-service/src/test/resources/emptySourceUrlMeta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "https://json-schema.axonivy.com/market/10.0.2/meta.json", | ||
"id": "employee-onboarding", | ||
"version": "1.0", | ||
"name": "Employee Onboarding", | ||
"names": [ | ||
{ | ||
"locale": "en", | ||
"value": "Employee Onboarding" | ||
}, | ||
{ | ||
"locale": "de", | ||
"value": "Mitarbeiter Onboarding" | ||
} | ||
], | ||
"description": "This solution helps HR managers to accelerate time-to-market for employee onboarding.", | ||
"descriptions": [ | ||
{ | ||
"locale": "en", | ||
"value": "This solution helps HR managers to accelerate time-to-market for employee onboarding." | ||
}, | ||
{ | ||
"locale": "de", | ||
"value": "HR-Manager können mit dieser Lösung die Time-to-Market für die Einführung neuer Mitarbeiter effektiv reduzieren." | ||
} | ||
], | ||
"type": "solution", | ||
"cost": "paid", | ||
"language": "EN", | ||
"industry": "Cross-Industry", | ||
"tags": [ | ||
"hr" | ||
], | ||
"contactUs": true | ||
} |
Oops, something went wrong.