7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Editors can only CRUD in one language
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 416 Views |
-
Editors can only CRUD in one language

26 March 2011 at 5:35am
Hi,
I don't really know if this is a DOM problem. But I have been pointed here:
http://silverstripe.org/general-questions/show/16348Editors in my backend can only edit my DataObjects I show to them in a DOM-Module in one language. On translating the page somehow
function Can($mode) {
if($mode == 'add' && $this->isReadonly()) {
return false;....
returns false for my DataObjects.
I've added the can....() CRUD functions with a return true value to my DataObject but this doesn't seem to work....
Any clue?
Greetz and thx in advance
Spanky
| 416 Views | ||
|
Page:
1
|
Go to Top |

