SuiteCRM: 8.2.2
Browser: checked Chrome and Firefox
PHP: 7.4
Hi,
I have got an issue where when a task is modified the parent field is removed.
This only happens when a link is clicked to the task directly and then modified, or when the page is refreshed (F5) on the task and then modified. It does not happen if a task is clicked from another page e.g. account to the task, then modified.
Also the updated content doesn’t matter, as all is needed is to press “edit” then “update” for this to happen.
Just wondering if anybody else can replicate this issue?
I noticed this would apply to all modules, if set to the parent of the task, except for accounts.
I decided to compare the loaded HTML from a task with that had been loaded from another page, with the same page but loaded fresh & noticed this:
Normal Loaded Page:
Forced Refresh Page:
As you can see the page that is loaded fresh is picked up as an account, which is removed when saved. This also explains why it does not occur when the parent is an Account.
So, I guess I will need to install a fresh version as some point to see if this is native behavior, or something within the customization of my CRM.