-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-minor' into story/modeler-extension
# Conflicts: # package-lock.json # projects/valtimo/process-link/src/lib/components/plugin-action-configuration/plugin-action-configuration.component.ts # projects/valtimo/process-link/src/lib/components/select-url/select-url.component.ts
- Loading branch information
Showing
79 changed files
with
559 additions
and
251 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,36 @@ | ||
<!-- Please consider the following points before creating a pull request. --> | ||
|
||
### Describe the changes | ||
|
||
Link to the related Github issue: | ||
|
||
<!-- Please add any additional comments that might be relevant for reviewing this pull request --> | ||
<!-- Why did you choose to make these changes? Were there any trade-offs you had to consider? --> | ||
<!-- Note: add an empty line with a > to use multiple lines --> | ||
|
||
**Relevant comments:** | ||
|
||
> | ||
### Breaking changes | ||
|
||
<!-- Valtimo aims to comply with the SemVer specification. --> | ||
<!-- Breaking changes are only allowed in the `next-major` branch. --> | ||
|
||
- [ ] The contribution only contains changes that are not breaking. | ||
|
||
### Documentation | ||
|
||
<!-- Release notes should be available in the Valtimo documentation. --> | ||
|
||
- [ ] Release notes have been written for these changes. | ||
|
||
Link to the pull request in the [Valtimo documentation repository](https://github.com/valtimo-platform/valtimo-documentation): | ||
Link to the pull request in the | ||
[Valtimo documentation repository](https://github.com/valtimo-platform/valtimo-documentation): | ||
|
||
> | ||
New features or changes that have been introduced have been documented. | ||
|
||
- [ ] Yes | ||
- [ ] Not applicable |
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
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
2 changes: 1 addition & 1 deletion
2
projects/valtimo/document/src/lib/models/process-document-definition-search.model.ts
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export interface ProcessDocumentDefinitionSearch { | ||
startableByUser?: boolean; | ||
canInitializeDocument?: boolean; | ||
} | ||
} |
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
Oops, something went wrong.