E-All opportunity to Project Mapping
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
requested review from @prasad
51 51 * @return <Array> list of mapping details 52 52 */ 53 53 public function getMapping($editable = false) { 54 if (!$this->mapping) { 54 if (!property_exists($this,'mapping') || !$this->mapping) { changed this line in version 2 of the diff
mentioned in commit 1c8be7af