reorder fields for poll display

This commit is contained in:
Tykayn 2021-11-25 12:57:24 +01:00 committed by tykayn
parent 85efc2cbe5
commit 83978f1757
2 changed files with 858 additions and 806 deletions

View File

@ -104,7 +104,7 @@ class PollController extends EmailsController {
} else {
// free access to poll
return $this->json( $poll->display() );
return $this->json( sort( $poll->display()) );
}
}

File diff suppressed because it is too large Load Diff