Vitaliy

Results 170 comments of Vitaliy

@jardakotesovec, can you take a look if it's what's needed?

@defstat, please let me know when this is merged so I can backport the changes to the https://github.com/pkp/pkp-lib/issues/8885

Thanks, @defstat. It looks good! Regarding `with...Id()` vs `with...Ids()` methods, leaving it up to you

Shouldn't Laravel convert the camel case into snake case automatically?

Maybe it has something to do with the `Illuminate\Database\Eloquent\Concerns\HasAttributes` trait?

@defstat, it seems to work if applied `update` directly to the model, e.g.: ```php $assignment = StageAssignment::withUserGroupId($userGroupId)->first(); $assignment->update(['canChangeMetadata' => $permitMetadataEdit]); ``` I'd say that when applying update through the `QueryBuilder`,...

I don't think that at the time of 3.3 or 3.4 release we had a clear criteria for _active_ reviews. We started discussion regarding this just recently and implemented for...

Yes, was thinking about `REVIEW_ASSIGNMENT_STATUS_VIEWED`. Another way could be just highlight on the new dashboard review assignments completed by the reviewer but without a a considered status from an editor...

Filed a bug that is related: https://github.com/pkp/pkp-lib/issues/10232

PR pkp-lib: https://github.com/pkp/pkp-lib/pull/10233