You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
To avoid repeating courses, we should use aliases. A common example is Computer Science: LEIC-A, LEIC-T, MEIC-A, MEIC-T all stand for a similar course.
Temporary fix for ISTSI\Auth\Fenix\Controller:login:
// Get Fenix info$aliasesMEBiol = ['MicroBio', 'MBiotec'];
if (in_array($course, $aliasesMEBiol)) {
$course = 'MEBiol';
}
// Persist to database
This replaces the non-supported acronym with a supported one before adding them to the database. A proper solution would involve using db relationships between courses.
To avoid repeating courses, we should use aliases. A common example is Computer Science: LEIC-A, LEIC-T, MEIC-A, MEIC-T all stand for a similar course.
Temporary fix for
ISTSI\Auth\Fenix\Controller:login:This replaces the non-supported acronym with a supported one before adding them to the database. A proper solution would involve using db relationships between courses.