How about you specify the controller?
{{=LOAD('default','list.load', ajax=False,
vars=dict(table='customer'))}}
On Jun 26, 5:18 pm, apple <[email protected]> wrote:
> yes. works fine if I just type it in the url box.
>
> On Jun 26, 9:57 pm, Massimo Di Pierro <[email protected]>
> wrote:
>
>
>
>
>
>
>
> > Can you call the list.load action directly? Do you get a ticket?
>
> > On Jun 26, 3:01 pm, apple <[email protected]> wrote:
>
> > > {{=LOAD(f='list.load', ajax=True, vars=dict(table='customer'))}}
>
> > > Works fine but if I change to ajax=False then it gives a restricted
> > > error.
>
> > > On Jun 26, 7:29 pm, Massimo Di Pierro <[email protected]>
> > > wrote:
>
> > > > Not many changes but lots of small bug fixes that make things work
> > > > better.
> > > > generic fields are now disabled by default for old app and only
> > > > enabled on localhost for new apps.
> > > > This is a security improvement that was discussed extensively here,
> > > > was release in 1.96.x but was still not working as it should have.
>
> > > > Please upgrade and report any bug.
>
> > > > massimo