Merge branch 'fixes/fix-calendar-build-and-update-is-private' into releases/release-h2f
This commit is contained in:
commit
1df4ebcc53
@ -2904,7 +2904,7 @@ class PageController extends Controller {
|
|||||||
return $this->myDb->getClientGroupFacturations();
|
return $this->myDb->getClientGroupFacturations();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @NoAdminRequired
|
* @NoAdminRequired
|
||||||
* @NoCSRFRequired
|
* @NoCSRFRequired
|
||||||
*
|
*
|
||||||
@ -2913,6 +2913,11 @@ class PageController extends Controller {
|
|||||||
return $this->myDb->createDefaultGroupFacturation();
|
return $this->myDb->createDefaultGroupFacturation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @NoAdminRequired
|
||||||
|
* @NoCSRFRequired
|
||||||
|
*
|
||||||
|
*/
|
||||||
public function getUserTypeByUserUuid($userUuid){
|
public function getUserTypeByUserUuid($userUuid){
|
||||||
try{
|
try{
|
||||||
return json_encode(value: $this->myDb->getUserTypeByUserUuid($userUuid));
|
return json_encode(value: $this->myDb->getUserTypeByUserUuid($userUuid));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user