-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/holiday timeframe multiselect (#1296)
* Frontend of multi-select timeframes * multiselect logic * migrated over more from experiment branch * added tests for multi-tfs * fixed unit tests * fixed multi-select js (now exclusively for holidays) * added hooks to update multi selection on dynamic selections * added deprecation warning * removed unused function * fixed confusing wording * added methods & tests to get multiple items & locations from one tf * more tests for timeframes with multi-assigned items / locations * modified export to support multiply applied timeframes * fixed caching issues for tfs with multiple assignments * marked what needs to be done before #507 * moved upgrade function & added test (failing) * added selection mode to tf creation in tests * Adds also a test for the location taxonomy query * add hook to trigger update on term deletion * make sure, that multi-ids are always deleted for all non-holiday tfs * added check for getLocations() with just one location * use getter function for postID instead of magic property --------- Co-authored-by: markus-mw <markus@mach-websites.de> Co-authored-by: Chris <datengraben@gmx.de> Co-authored-by: Chris <105302830+datengraben@users.noreply.github.com>
- Loading branch information
1 parent
5939e90
commit 8d98c00
Showing
30 changed files
with
1,413 additions
and
156 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.