- Issue created by @aaron.ferris
- Merge request !7IssueΒ #3470153: add admin configurable option to disable functionality for user 1 β (Merged) created by aaron.ferris
- Status changed to Fixed
5 months ago 2:42pm 25 August 2024
At the moment, it seems user 1 cannot bypass the hide submit functionality, there's a condition for non user 1, but with it as it stands there's no way for user/1 to actually bypass..
if ($this->currentUser->hasPermission('bypass hide submit') && $this->currentUser->id() != 1) {
return;
}
Fixed
1.0
Code