Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into hotfix-ticketRefund
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-01-15 07:54:35 +01:00
commit fcca927adb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('updateTimeEntry', {
description: 'Updates a time entry for a worker if the user role is above the worker',
accessType: 'READ',
accessType: 'WRITE',
accepts: [{
arg: 'id',
type: 'number',