Bug #16527
userFunc in conditions does not accept class method
| Status: | Closed | Start date: | 2006-09-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Backend User Interface | |||
| Target version: | - | |||
| TYPO3 Version: | 4.0 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
It is possible to use only plain function, which is very different from the rest of the system. Should be unified.
(issue imported from #M4155)
History
Updated by Wolfgang Klinger over 6 years ago
I have this ready and would like to take it over ;-)
Updated by Alexander Opitz 16 days ago
- Category deleted (
Communication) - Status changed from Accepted to Needs Feedback
- Assignee deleted (
Wolfgang Klinger) - Target version deleted (
0) - PHP Version deleted (
4)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Eric Chavaillaz 12 days ago
Hi,
The problem is the same in the 6 branch of TYPO3.
In conditions, it's not possible to use class method (only plain function).
Thanks!
Updated by Alexander Opitz 12 days ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
Updated by Chris topher 10 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Closed as duplicate of #20450 (which already has a patch waiting for integration).