Task #27812
Make the newsletter extension work with the Introduction Package
| Status: | Closed | Start date: | 2011-07-02 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Adrien Crivelli | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
I know you are currently busy with other part of the development but at one point could you test the extension with a fresh Introduction Package.
I did it and get an empty page when clicking on the "newsletter" module.
Also, I notice the page tree (in the tree panel) being loaded is still the old one. My first thought is about a setting in the way the module is loaded in ext_localconf.php or ext_tables.php
History
Updated by Adrien Crivelli almost 2 years ago
- Status changed from New to Accepted
Updated by Adrien Crivelli almost 2 years ago
Not sure what you mean with "page tree (in the tree panel)". I didn't noticed anything unusual in TYPO3's pagetree, and AFAIK it's the ExtJs version of it, so the last one.
I saw the empty page symptom and it seemed that Ext.History does not work as expected when within an iframe. I'm going to investigate that one...
Updated by Fabien Udriot almost 2 years ago
Not sure what you mean with "page tree (in the tree panel)"
Page tree == the "pages" organized in the form of a tree
http://typo3.org/typo3temp/tx_terdoc/documentscache/p/t/pt_conference-0.5.1/docbook/pictures/10000000000000EE000001D53F3BED33.png (old version here!)
- Click on module "Web" > "List" -> ExtJS page tree
- Click on module "Web" > "Newsletter" -> Old page tree
Updated by Adrien Crivelli almost 2 years ago
- File newsletter-pagetree.png added
Looks like there was an issue with old version of ExtJS. Our case seems to be similar to what describes llexa313 in the thread. We will have to try with older versions as well (3.2). Thanks to extjs-public it will be easy to test many versions. To be continued...
As for the pagetree, here's the screenshot of my 4.5.3 local copy, freshly installed this morning. It seems fine for me.
Updated by Adrien Crivelli almost 2 years ago
- Status changed from Accepted to Closed
- % Done changed from 0 to 100
Newsletter is working with introduction package.
The issue of Ext.History is still pending (http://www.sencha.com/forum/showthread.php?141759-Ext.History-doesn-t-work-when-used-in-lt-iframe-gt). So we replaced the whole system with tabs instead. It doesn't provide state awareness (yet), but it is much simpler to use.