change grades sort order

This commit is contained in:
Harald Bamberger
2025-12-15 16:11:46 +01:00
parent 887d9f9cbd
commit cf7e9921b5
@@ -280,6 +280,9 @@ class Projektarbeit extends FHCAPI_Controller
*/
public function getNoten()
{
$this->NoteModel->addOrder('notenwert', 'ASC');
$this->NoteModel->addOrder('bezeichnung', 'ASC');
$result = $this->NoteModel->load();
if (isError($result)) return $this->terminateWithError(getError($result), self::ERROR_TYPE_GENERAL);