-
-
Notifications
You must be signed in to change notification settings - Fork 213
Kalender: Eventliste Menü: Weiterleitungsseite #8140
Comments
|
You should provide exact reproduction steps, not only one sentence. |
|
Ich habe im Modul "Eventliste-Menü" eine Weiterleitungsseite definiert. Diese wird jedoch beim Aufruf des entsprechenden Links im Frontend nicht aufgerufen. Beispiel: statt veranstaltungen-archiv.html?year=2014 wird die Seite aufgerufen, auf dem das Modul eingebunden ist, jedoch mit dem entsprechenden Parameter ?year=2014. |
|
Kann diesen Fehler bestätigen. Siehe auch: #7953 |
|
Kann ich ebenfalls bestätigen. |
|
Kann das auch bestätigen. Fehler wie von mapfei beschrieben. |
|
Hm, it does work in the online demo though? |
|
I found the bug. The However, immediately after This bug was introduced in Contao 3.5.3. Previously the As a workaround you could replace return parent::generate();with $return = parent::generate();
if ($this->jumpTo && ($objTarget = $this->objModel->getRelated('jumpTo')) !== null)
{
$this->strUrl = $this->generateFrontendUrl($objTarget->row());
}
return $return; |
|
Sorry, had the wrong code in the workaround before, I have updated it now. |
|
@fritzmg this workaround does not work for me. I'm still stuck when I go to the reader-site once, the URL in the event-menu still will try to redirect to itself. Has anyone else tested the workaround so far? |
|
I just replaced the ModuleEventMenu.php with the previous (3.5.4) one, which at least worked for me. |
|
@sonjaeh are you sure it was version 3.5.4? |
|
The one from |
|
@fritzmg stimmt, hab es grad getestet. Mit der Datei aus dieser Version funktioniert es wieder. Danke dir! |
|
@leofeyer shouldn't this be hotfixed? This bug is around since over 4 months now basically. |
|
@fritzmg The ticket is already assigned to a bugfix branch. |
|
Fixed in cc9a170. |
### 4.1.1 (2015-03-03) * Remove the "disable IP check" field from the back end settings (see #436). * Do not quote the search string in `FIND_IN_SET()` (see #424). * Always fix the domain and language when generating URLs (see contao/core#8238). * Fix two issues with the flexible back end theme (see contao/core#8227). * Correctly toggle custom page type icons (see contao/core#8236). * Correctly render the links in the monthly/yearly event list menu (see contao/core#8140). * Skip the registration related fields if a user is duplicated (see contao/core#8185). * Correctly show the form field type help text (see contao/core#8200). * Correctly create the initial version of a record (see contao/core#8141). * Correctly show the "expand preview" buttons (see contao/core#8146). * Correctly check that a password does not match the username (see contao/core#8209). * Check if a directory exists before executing `mkdir()` (see contao/core#8150). * Do not link to the maintenance module if the user cannot access it (see contao/core#8151). * Show the "new folder" button in the template manager (see contao/core#8138).
Die eingestellte Weiterleitungsseite wird (auch) in der Online-Demo beim Aufruf des entsprechenden Links nicht aufgerufen.
The text was updated successfully, but these errors were encountered: