Feb 11th, 2012, 9:32 PM
Hey phKU,
Yup! It's a bug - not sure when it was introduced... but it's specific to this exact scenario: doing a Client Map filter on the Company Name field.
Since it's non-major, I'm going to wait until a few other things come up before rolling out an update. But to fix it right now, just edit the /global/code/views.php and change line 1022 from this:
to this:
Then it *should* work straight away, without needing to update the View or anything.
Let me know how it goes!
- Ben
Yup! It's a bug - not sure when it was introduced... but it's specific to this exact scenario: doing a Client Map filter on the Company Name field.
Since it's non-major, I'm going to wait until a few other things come up before rolling out an update. But to fix it right now, just edit the /global/code/views.php and change line 1022 from this:
PHP Code:
"company_name" => $account_info["settings"]["company_name"]
to this:
PHP Code:
"settings__company_name" => $account_info["settings"]["company_name"]
Then it *should* work straight away, without needing to update the View or anything.
Let me know how it goes!
- Ben