Bug #36798
closedHMENU special = updated
0%
Description
The special = updated HMENU notices only changes at the site properties and not at the site content. In version 4.6.5, this worked correct.
For example with these code:
page.10.marks.AKTUALISIERTES = HMENU
page.10.marks.AKTUALISIERTES {
special = updated
special{
value = 67
mode = tstamp
limit = 15
maxAge = 3600*24*14
depth = 10
}
1 = TMENU
1 {
wrap = <ul>|</ul>
NO.wrapItemAndSub = <li>|</li>
}
}
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version set to 7.0
- PHP Version set to 5.5
- Is Regression set to No
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 9 years ago
- Category set to Frontend
Seems still present in both 6.2.x and latest master 8.0-dev
Updated by Riccardo De Contardi almost 9 years ago
- Target version changed from 7 LTS to Candidate for Major Version
Updated by Susanne Moog over 4 years ago
- Status changed from Accepted to Needs Feedback
Can you please check what happens if you do not explicitly set the $mode parameter? With $mode = tstamp this actually uses the field of the pages table with that name, without mode it will fall back to SYS_LASTCHANGED, which is more likely what you want in this case.
Updated by Benni Mack about 3 years ago
- Status changed from Needs Feedback to Closed
I close this issue now due to lack of feedback after 3 months. Let me know if you think this decision is wrong, so I will re-open the ticket.