php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50342 Load Ext Js store synchronous
Submitted: 2009-11-30 21:10 UTC Modified: 2010-01-07 07:03 UTC
From: yannick@php.net Assigned: yannick@php.net (profile)
Status: Closed Package: Online Doc Editor problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2009-11-30 21:10 UTC] yannick@php.net
Description:
------------
When we start the app, all ExtJs's stores are loaded asynchronous.
In some case, the fact there stores are load asynchronous produce a failure ; max execution time is reached.

We must do create a stack of stores to load and loading its synchronously.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-30 21:12 UTC] yannick@php.net
We must do the same things after commit.

Actually, we reload all data's store to reflect commit change.

We need to create a stack of "store need reload", and reloading its synchronously.
 [2009-12-02 22:44 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=291619
Log: Load (or reload) all stores one after the others. Fix bug #50342
 [2009-12-02 22:50 UTC] yannick@php.net
This bug has been fixed in SVN, and should show up online in an
hour or three.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 19:01:31 2024 UTC