Hi,
I've a very strange system behavior! I added in the studio the field Type (Account_Type) in the edit view of the module accounts. Now I have the problem that the dropdown field is empty!
After hours of analysis I found out that the file editview.html has a wrong syntax:
normally it should look like this:
<select name='account_type' tabindex='1'>{ACCOUNT_TYPE_OPTIONS}</select>
but in my case it looks like this:
<select name='account_type' tabindex='1'>{OPTIONS_ACCOUNT_TYPE}</select>
When I manually change the OPTIONS_ACCOUNT_TYPE to ACCOUNT_TYPE_OPTIONS the dropdown list shows the values!
What the hell could be the cause for this? When I change the layout, the html file gets generated again and the syntax is wrong again?
Any suggestions?
regards
Meex


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks