refs #5819 Added param to call zone_getLeaves #1667

Merged
guillermo merged 2 commits from 5819-zone_getLeaves into dev 2023-07-18 06:40:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 765a84e2eb - Show all commits

View File

@ -38,7 +38,7 @@ module.exports = Self => {
Object.assign(myOptions, options);
const [res] = await Self.rawSql(
`CALL zone_getLeaves(?, ?, ?)`,
`CALL zone_getLeaves(?, ?, ?, FALSE)`,
[id, parentId, search],
myOptions
);