Merge pull request 'refs #7450 Modified msg throw' (!2684) from 7450-entryIsEditableMsg into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2684
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
Guillermo Bonet 2024-07-05 09:28:12 +00:00
commit 03854a42c9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ BEGIN
AND e.id = vSelf;
IF vIsEditable AND NOT IFNULL(@isModeInventory, FALSE) THEN
CALL util.throw('Entry is not editable');
CALL util.throw(CONCAT('Entry ', vSelf, ' is not editable'));
END IF;
END$$
DELIMITER ;