Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function getRelatedFields() missing from data/Link2.php on 7.8.3 #3510

Closed
bishnupokharel opened this issue May 4, 2017 · 0 comments
Closed
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type:Bug Bugs within the core SuiteCRM codebase

Comments

@bishnupokharel
Copy link

Function getRelatedFields() missing from data/Link2.php on 7.8.3

Issue

SOAP API to add meeting relations is broken due to missing function getRelatedFields() from data/Link2.php on 7.8.3

Expected Behavior

function getRelatedFields() must be present in data/Link2.php

Actual Behavior

function getRelatedFields() is missing from data/Link2.php

Possible Fix

Restore the function getRelatedFields() to the class data/Link2.php

Steps to Reproduce

  1. Create a meeting using SOAP API
  2. Add a relation to user or contact using SOAP API -> set_relationship
  3. SOAP Service will throw error message "Unknown error in SOAP call: service died unexpectedly"

Context

  1. Our product make use of SOAP API call to sync exchange meeting and meeting attendees to SuiteCrm , the sync stopped working after a customer upgrade to 7.8.3
  2. High priority -> this bug has prevented our customer from syncing exchange meetings to SuiteCrm

Your Environment

  • SuiteCRM Version used: 7.8.3
  • Browser name and version: Chrome (64-bit)
  • Environment name and version (MySQL, PHP ):
  • Operating System: Windows 2012
@Dillon-Brown Dillon-Brown added Type:Bug Bugs within the core SuiteCRM codebase Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds labels May 11, 2017
mrbarletta added a commit to mrbarletta/SuiteCRM that referenced this issue Feb 24, 2018
getRelatedFields is missing in Link2 while was there on Link.php and is used by the old API and solves salesagility#3510
@Dillon-Brown Dillon-Brown added the Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution label Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type:Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants