-
Notifications
You must be signed in to change notification settings - Fork 8
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 support for customtemplate for eduadmin-programme-detail #434
Comments
Might it even be an option to use the exact same detailview page och bookingview page for programme starts? |
I'm not entirely sure what you mean by this. Do you mean using the normal course detail and booking view, or what are you proposing? |
Yes, depending on how much work it would be. The data model is basically the same, some parameters have different names in the API though. In the long run, we would probably save time as we don't have to maintain two almost identical copies of the pages. OR we just develop support for custom template on the eduadmin-programme-detail page. Some of our customers already use a custom template for normal courses and want to do the same for programmes. |
That would be a totally different issue though, from custom templates on programmes. No feature creeping. |
I agree but if we merge the pages this issue for the custom template for programmes becomes irrelevant. |
Something like
[eduadmin-programme-detail customtemplate]
I guess it would be good if we can keep the same format for all the parts as on the detail page for courses like
[eduadmin-detailinfo coursedescriptionshort]
, if not then we can do something like[eduadmin-programmeinfo coursedescriptionshort]
The text was updated successfully, but these errors were encountered: