s...@ull.at
unread,Jun 27, 2014, 7:35:50 AM6/27/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-06-27 13:35:49 +0200 (Fri, 27 Jun 2014)
New Revision: 4119
Modified:
trunk/plugins/ullCorePlugin/lib/form/widget/ullWidgetManyToManyWrite.class.php
Log:
Added todo entry
Modified: trunk/plugins/ullCorePlugin/lib/form/widget/ullWidgetManyToManyWrite.class.php
===================================================================
--- trunk/plugins/ullCorePlugin/lib/form/widget/ullWidgetManyToManyWrite.class.php 2014-06-27 10:24:33 UTC (rev 4118)
+++ trunk/plugins/ullCorePlugin/lib/form/widget/ullWidgetManyToManyWrite.class.php 2014-06-27 11:35:49 UTC (rev 4119)
@@ -223,6 +223,7 @@
// enable AJAX mode if choice count is high
// currently not supported for sortable
+ // TODO: this seems to be used very rarely. Find out and test
if ($choicesCount > $threshold && !$this->getOption('is_sortable'))
{
$ownerModel = $this->getOption('owner_model');