new(basic.gblib): FIND can now have more than one filter with multiple datatypes.
This commit is contained in:
parent
0ef84a9b1e
commit
28cb8bad6b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export class DialogKeywords {
|
|||
|
||||
const user = await this.min.userProfile.get(step.context, {});
|
||||
const sec = new SecService();
|
||||
const userFull = await sec.getUserFromSystemId(user.systemUser.userId);
|
||||
const userFull = await sec.getUserFromSystemId(user.systemUser.userSystemId);
|
||||
|
||||
switch (userFull.locale) {
|
||||
case 'pt':
|
||||
|
|
Loading…
Add table
Reference in a new issue