The source project of this merge request has been removed.
Fix #305
Merge request reports
Activity
Filter activity
Added 1 commit:
- c4253a1f - Bug - Picklist editor failing to load
mentioned in commit 33976b02
469 469 * Function to get the picklist values 470 470 */ 471 471 getPickListValues : function() { 472 return this.get('picklistvalues'); 472 return this.get('editablepicklistvalues'); This change is causing the bug I just reported in #1117 (closed)
56 56 $this->structuredValues = $values; 57 57 return $values; 58 58 } 59 This commit breaks Detail View for non-admin users. See #1124 (closed) for more info.
Please register or sign in to reply