Opened 14 years ago
Closed 14 years ago
#155 closed defect (fixed)
Use Ext 3.2.1
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: |
Description
problem
GeoPrisma currently use Ext 3.0.0 and GeoExt 'trunk' version in all its samples, which requires Ext 3.2.x since it use features only available in 3.2.x. This result in having some javascript errors and bugs all over the place.
solution
Switch to Ext 3.2.1. To do :
- add ext-3.2.1 to lib
- change samples 'config.php' to point to it
- remove ext-3.0.0 from lib
- test all samples
Change History (4)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 14 years ago
The ./site/index.php page had also a link to the ./lib/ext-3.0.0. It needs to be changed to 3.2.1 as well.
Note:
See TracTickets
for help on using tickets.
Fixed.