Skip to content
Snippets Groups Projects

allow selection of current user in filter queries fix #224

Open Alan Bell requested to merge alanbell/vtigercrm:current_user into master

makes public filters much easier to design for users to get their own view of the system

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Maintainer

    Need refactoring and convention on meta-value. See note

  • Hi alan,

    I test it with the spanish charts and you need to take care with ñ,á,é,í,ó,ú, etc.... make this change in the QueryGenerator.php FROM: value= trim(current_user->first_name.' '.$current_user->last_name); TO: value= html_entity_decode(trim(current_user->first_name.' '.$current_user->last_name));

  • Added enhancement label

Please register or sign in to reply
Loading