[TYPO3-seminars] seminars and TYPO3 v6

Markus Maier markus.maier+news at gmail.com
Thu Mar 14 16:31:59 CET 2013


Addition:

After implementing my "patch" all works fine, unless you want to use
timeslots. Again, edit typo3conf/ext/seminars/class.tx_seminars_tcemain.php
and change the code starting at (now) line number 58 ff. to:

	/**
	 * Handles data after everything had been written to the database.
	 */
	public function processDatamap_afterAllOperations() {
		if ($pageId != 0){
		$this->processTimeSlots();
		$this->processEvents();
		} else {
		// do nothing ;-)
		}
	}


Record to bugs.oliverklee.de will be filed in a moment.

Best regards,

Markus


More information about the TYPO3-project-seminars mailing list