Skip to content
Snippets Groups Projects

Fix #305

Closed Akshath requested to merge (removed):fix_305 into master

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
469 469 * Function to get the picklist values
470 470 */
471 471 getPickListValues : function() {
472 return this.get('picklistvalues');
472 return this.get('editablepicklistvalues');
  • Alan Lord
    Alan Lord @lord_alan started a thread on commit de7938e2
  • 56 56 $this->structuredValues = $values;
    57 57 return $values;
    58 58 }
    59
    Please register or sign in to reply
    Loading