-
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.
copying record fields to included data
- Loading branch information
Ronald Krist
committed
Aug 26, 2024
1 parent
0797270
commit 5ec0327
Showing
2 changed files
with
7 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = oarepo-model-builder | ||
version = 4.0.88 | ||
version = 4.0.89 | ||
description = A utility library that generates OARepo required data model files from a JSON specification file | ||
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]> | ||
readme = README.md | ||
|
@@ -171,6 +171,7 @@ oarepo_model_builder.builders.base = | |
|
||
oarepo_model_builder.loaders.extend = | ||
0100-extract_record = oarepo_model_builder.loaders.extend:extract_extended_record | ||
0200-add_record_to_included_data = oarepo_model_builder.loaders.extend:add_record_to_included_data | ||
1000-modify-marshmallow = oarepo_model_builder.loaders.extend:extend_modify_marshmallow | ||
|
||
oarepo_model_builder.loaders.post.extend = | ||
|