ZF-9423: resource.Jquery.uienable doesn't work
Description
It is impossible to disable UI library from configuration file. The problem is incorrect variable used to check if proper param is set. Now its $key variable, and should be $options variable. You can find this in _parseOptions method in ZendX_Application_Resource_Jquery class.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-09-12T03:55:18.000+0000
This already was fixed by [~freak] with r22500 in version 1.10.7 see ZF-9980.