-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add customfield Filter to courselist shortcode #752
Comments
… table and get the string values to be shown in filter from field controller. (Wunderbyte-GmbH/moodle-mod_booking#752).
@plomersan Important: When using shortcode for select (Auswahlliste) we cannot use the actual string value, but instead have to use the index. Example: For a customfield with shortname "tag" [courselist cmid=12 all=true tag=Highlighted] won't work, but we can use [courselist cmid=12 all=true tag=1] if "Highlighted" is the value of the first row. |
[courselist cmid=12 all=true filter=1 filterontop=1] will show the filter on top now. |
copy function from urise project. the goal ist to be able to add any filter on a customfield to the place where we use the shortcode
The text was updated successfully, but these errors were encountered: