Skip to content

Request for Step-by-Step Tutorial or Guide for UniTime #177

Discussion options

You must be logged in to vote

The time pattern cannot be deleted as long as it is being used. If it is no longer used in a time preference on a class or a scheduling subpart, it is possible that it was used in a course timetabling solution that is saved. In this case, you can make the time pattern not visible, which means it will not appear in the available time patterns dropdown menu.

That said, you can get a list of classes that have an assignment using the time pattern listed using the following HQL (Administration > Utilities > Test HQL page):

from Assignment a where a.timePattern.name = '1 x 180'

Similarly, you can get a list of classes that have the time pattern assigned by using the following query:

select c f…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@BingBing160809
Comment options

@shaftain
Comment options

@tomas-muller
Comment options

Answer selected by tomas-muller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants