[Vtigercrm-developers] Best way to set Reminders on Events to Default On?
Alan Lord
alanslists at gmail.com
Mon Sep 7 15:48:56 GMT 2015
Dear vtiger devs...
Why should the reminder be not Ajax editable?
From modules/Events/models/Field.php:
> /**
> * Function to check whether field is ajax editable'
> * @return <Boolean>
> */
> public function isAjaxEditable() {
> if(!$this->isEditable() || $this->get('uitype') == 30) {
> return false;
> }
> return true;
> }
Al
More information about the vtigercrm-developers
mailing list