new(basic.gblib): FIND can now have more than one filter with multiple datatypes.

This commit is contained in:
Rodrigo Rodriguez 2021-08-03 18:54:19 -03:00
parent 0ef84a9b1e
commit 28cb8bad6b

View file

@ -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':