Skip to content
Snippets Groups Projects

E_ALL cleanups in Webservice apis

Merged chaitanya requested to merge chaitanya/vtigercrm:159494838 into master
2 unresolved threads

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
39 40 $this->hasCreateAccess = false;
40 41 $this->hasWriteAccess = false;
41 42 $this->hasDeleteAccess = false;
43 $this->allowDuplicates = false;
  • 567 569 }
    568 570
    569 571 public function isDuplicatesAllowed() {
    570 if (!isset($this->allowDuplicates)) {
    572 if (!isset($this->allowDuplicates) || $this->allowDuplicates == false) {
  • chaitanya added 1 commit

    added 1 commit

    • 072a364f - E_ALL cleanups in Webservice apis

    Compare with previous version

  • Prasad mentioned in commit b9366cef

    mentioned in commit b9366cef

  • merged

  • Please register or sign in to reply
    Loading