Is this the same as
http://bugzilla.qooxdoo.org/show_bug.cgi?id=7162 ?!
If so please add your case there.

T.


On 02/06/2013 12:56 PM, fprijate wrote:
> Hi
>
> Sory.
> It's 2.1.1
>
> It only one line to repair ( move statement "this._clearCache = true; " to
> old position)
>
> ==== wrong: ======
>   
>      reloadData : function()
>      {
>       ......
>          }
>        }
>
>        this._clearCache = true;
>        
> ==== corect ===========
>    
>     reloadData : function()
>      {
>       ......
>          }
>          this._clearCache = true;
>        }
>
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Regression-in-2-2-1-RemoteDataModel-reloadData-doesn-t-work-tp7582738p7582746.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to