ZoomApps / Liveapp

Liveapp Framework :rocket:
https://www.liveapp.com.au
2 stars 1 forks source link

OPENPAGE Error #88

Closed paulfisher53 closed 6 years ago

paulfisher53 commented 6 years ago

I'm submitting a ...

Current behavior:

When passing filters into the OPENPAGE function's second parameter, the system changes them to CONST filters (therefore you cannot use filter operators).

Expected / new behavior:

The system should change these filters to FILTER filters.

Minimal reproduction of the problem with instructions:

Run the following code:

OPENPAGE('Users',{ID:'1|2|3'}); //errors saying invalid integer filter

Liveapp version: 5.6

Browser: all

Anything else:

paulfisher53 commented 6 years ago

Patch: Fix-88.zip