-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: common field group fixes (#1285)
* fix: add filter and testing manually of these. * fix: hide behind debug flag. * fix: also filter keys in options This will make get field and get option to retrive identical data. * fix: mock the missing repeater subfields. * fix: add back filters * fix: filtering adjustments * fix: wip * fix: automatically resolve repeater field etc. sub fields. * fix: use value in field to create subfield iteration. * fix: build array type format on repeater main key. * fix: separate some conserns to clarify * fix: wip * fix: add comments. * fix: allow boolean return arrays * fix: make debugging better. * fix: remove filtering for fields with subfields. * fix: disable tests. * fix: restructure * fix: lint * fix: remove debugger & return null variable instead of null value * fix: disable tests that are failing --------- Co-authored-by: Sebastian Thulin <sebastian.thulin@helsingborg.se>
- Loading branch information
1 parent
c60e3f2
commit 269fc21
Showing
3 changed files
with
138 additions
and
55 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