* [FIX] Client custom fields were not created/saved. Thanks to @ZUNbado and @sf32738 for the notice. Closes #1375

* [MOD] Minor code tweaks

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2019-07-20 21:44:04 +02:00
parent b5559b52eb
commit 98a68f47c5
32 changed files with 160 additions and 107 deletions

View File

@@ -32,6 +32,7 @@ use SP\Core\Events\Event;
use SP\Core\Events\EventMessage;
use SP\Core\Exceptions\ConstraintException;
use SP\Core\Exceptions\QueryException;
use SP\Core\Exceptions\SessionTimeout;
use SP\Core\Exceptions\SPException;
use SP\DataModel\NotificationData;
use SP\Http\JsonResponse;
@@ -410,9 +411,10 @@ final class NotificationController extends ControllerBase implements CrudControl
}
/**
* @throws AuthException
* @throws DependencyException
* @throws NotFoundException
* @throws AuthException
* @throws SessionTimeout
*/
protected function initialize()
{