Author: jablko
Date: Mon Oct 18 17:05:17 2010
New Revision: 8251
Log:
Use dialog.fieldPrefix
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 18 16:59:42 2010 (r8250)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 18 17:05:17 2010 (r8251)
@@ -119,13 +119,13 @@
if ('$linkToShow' != data[col])
{
- output['relation[resource]'] = data[col];
+ output[dialog.fieldPrefix + '[resource]'] = data[col];
}
break;
default:
- output['relation[' + col + ']'] = data[col];
+ output[dialog.fieldPrefix + '[' + col + ']'] = data[col];
}
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.