Edge_jr Posted March 5, 2016 Share Posted March 5, 2016 Hi, I have set lang flag to false in classes and admin controller file. It work on version 1.6 and 1.5.6.1 but not working on version 1.5.2.0 In classes file 'my_name' =>array('type' => self::TYPE_STRING, 'lang' => false, 'validate' => 'isString', 'required' => false, 'size' => 500), In admin controller file. 'input' => array( array( 'type' => 'text', 'label' => $this->l(' Name:'), 'name' => 'my_name', 'lang' => false, 'size' => 33, 'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:', 'required' => false ), I can see different lang flag beside field. This change name of the field to my_name_1 my_name_2 my_name_3 etc based on lang Any idea how to make lang flag false on version 1.5.2.0 for back-office field. -Thanks, Link to comment Share on other sites More sharing options...
Edge_jr Posted March 5, 2016 Author Share Posted March 5, 2016 This is solved by removing 'lang' => false, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now