Skip to content

Correct Issue #1725

vincenzo.bruno requested to merge vincenzo.bruno/vtigercrm:master into master

Remove wrong check thisInstance.checkDuplicateFeed() On editing this feedIndicator the check for duplicate returns false (duplicate found, data exists), so the promise fails and the onRejected is triggered. This function is used only for editing color, the create buttons use different functions

Merge request reports