SuiteCRM icon indicating copy to clipboard operation
SuiteCRM copied to clipboard

Deprecated constructor method is being called in Calendar

Open SinergiaCRM opened this issue 2 years ago • 0 comments

Issue

The deprecated constructor method is being called in the CalendarViewSaveSettings class

Expected Behavior

Call the correct constructor method

Actual Behavior

The deprecated constructor method is being called in the CalendarViewSaveSettings class

Possible Fix

Change parent::SugarView(); to parent::__construct();

Steps to Reproduce

  1. View the file: modules/Calendar/views/view.savesettings.php

Context

Low priority

Your Environment

SuiteCRM Version used: Version 7.12.6 Browser name and version: Chrome Versión 100.0.4896.88 (Build oficial) (64 bits), Firefox 100.0 Environment name and version: MySQL, PHP 7.4 Operating System and version: Ubuntu 20.04

SinergiaCRM avatar Jul 12 '22 10:07 SinergiaCRM