PMCORE-3383
This commit is contained in:
@@ -164,7 +164,7 @@ class Draft extends AbstractCases
|
||||
{
|
||||
$query = Application::query()->select(['APPLICATION.APP_NUMBER']);
|
||||
// Add the initial scope for draft cases for specific user
|
||||
$query->draft($this->getUserUid());
|
||||
$query->draft($this->getUserId());
|
||||
// Get only one case
|
||||
$query->limit(1);
|
||||
// Get result
|
||||
|
||||
Reference in New Issue
Block a user