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
Did you remember to make the first column something unique in your call to get_records? Duplicate value 'Test course: XS' found in column 'course'.
line 987 of /lib/dml/pgsql_native_moodle_database.php: call to debugging()
line 2017 of /lib/tablelib.php: call to pgsql_native_moodle_database->get_records_sql()
line 2039 of /lib/tablelib.php: call to table_sql->query_db()
line 68 of /admin/tool/lifecycle/errors.php: call to table_sql->out()
The text was updated successfully, but these errors were encountered:
* introduce tabs
* better edit workflow title
* new wf edit header
* change to tab links
* exclude hidden courses of remaining course list if user has not capability viewhiddencourses
* fix settings to work with subplugins correctly
* fix settings problems, subplugin descriptions, version.php of subplugins, counters in the tabs
* change ci to test only against 4.5
* remove additional process class fields for error message table
* fix error writing wf error table
* fix name of uploadfile
* use label of filepicker for testing
* steps and triggers: increase instancename length to 100 and check maxlength in the forms
* step link in wf overview only if courses > 0
* line break in course list of plain text email, nicer course list popup in wf overview
* fix creating backup by changing to mode_general (learnweb#233), fix amount indicator delayed courses, fix missing courses error page (learnweb#228)
* make adminapprove step included, display delayed courses, triggered courses and excluded courses lists in workflowoverview
If errored courses have same full names, then one of them will be missed on the error page. This is because of c.fullname being used as the first column in this SQL https://github.com/learnweb/moodle-tool_lifecycle/blob/master/classes/local/table/process_errors_table.php#L59
It should use
c.id
The text was updated successfully, but these errors were encountered: