17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1094 Views |
-
HasManyComplexTableField - sub-URL

16 October 2008 at 3:21am
Hi all,
I have a small problem. I have created a custom module, and in that i have defined a one-many relationship.
Now on the CMS page for the module i have added a HasManyComplextableField. This has worked fine.
But when i click the add button the popup loads with the following message displayed:
"I can't handle sub-URLs of a TemplatesAdmin object."
TemplatesAdmin being the module class name!
Anyone have any ideas why this is?
My code is here:
new LabelField('Bespoke data fields for this template:'),
$phTable = new HasManyComplexTableField(
new self::$tree_class,
'placeholder',
'PlaceHolder',
array(
'ID',
'Title' => 'Placeholder Name',
'DataType' => 'Data Type',
'InputMethod' => 'Data Input Method'
)
) -
Re: HasManyComplexTableField - sub-URL

16 October 2008 at 3:53am
Fixed it!!
For anyone else that hits this when creating custom code for CMS modules. Make sure the currentPageID is set correctly otherwise it will fail to populate the relationship and so you get this nice ambiguous error!
Harry
| 1094 Views | ||
|
Page:
1
|
Go to Top |

