...
Code Block |
---|
if (empty($credentials->credentials->version) or ($credentials->credentials->version != 1 and $credentials->credentials->version != 2 and $credentials->credentials->version !=3)) { |
NOT FIXED - Bulk Update form (class attribute) (2017-04-27)
We missed populating the drop down on the bulk update form for the 'Class' attribute. The file below contains this patch, along with another bug fix for an undefined variable that was used.
...