You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I render an Object I can do Render(206,MyObject,False) (for partial rendering)
If I render a ObjectList I can Do Render (Res, False) but I cannot do Render (206, Res, False) code 200 is always used.
It would be nice to have the possibility to pass the code.
Best regards
Armindo
The text was updated successfully, but these errors were encountered:
Hi,
When I render an Object I can do Render(206,MyObject,False) (for partial rendering)
If I render a ObjectList I can Do Render (Res, False) but I cannot do Render (206, Res, False) code 200 is always used.
It would be nice to have the possibility to pass the code.
Best regards
Armindo
The text was updated successfully, but these errors were encountered: