[TYPO3-core] RFC #6872: Add suggest-like feature to TCEforms
Steffen Müller
typo3 at t3node.com
Fri May 29 13:40:26 CEST 2009
Hi.
I really like this feature and I definitly want to have it in 4.3.
On 20.05.2009 00:24 Andreas Wolf wrote:
>
> I attached a new version of the patch, with two major improvements (and
> many minor ones):
>
Patching fails at one point. require_once statements seem to be the reason:
$ patch --dry-run -p1 < suggest_v5.diff
patching file t3lib/class.t3lib_tceforms.php
Hunk #1 FAILED at 183.
diff --git a/t3lib/class.t3lib_tceforms.php b/t3lib/class.t3lib_tceforms.php
index 5778a44..9f8fcb6 100644
--- a/t3lib/class.t3lib_tceforms.php
+++ b/t3lib/class.t3lib_tceforms.php
@@ -183,6 +183,7 @@
require_once(PATH_t3lib.'class.t3lib_diff.php');
require_once(PATH_t3lib.'class.t3lib_tceforms_inline.php');
+require_once(PATH_t3lib . 'tceforms/class.t3lib_tceforms_suggest.php');
Please create a new patch against latest trunk and consider the new
autoloader.
--
cheers,
Steffen
http://www.t3node.com/
More information about the TYPO3-team-core
mailing list