Skip to content
Snippets Groups Projects
Commit 67153442 authored by Prasad's avatar Prasad
Browse files

Fixed: Disabled grid-edit for Calendar module with override

parent 27639ed7
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,14 @@ class Calendar_Module_Model extends Vtiger_Module_Model {
return false;
}
/**
* Function to check whether to allow excel like grid edit.
* Disabled as there are more dependent fields.
*/
public function isExcelEditAllowed() {
return false;
}
/**
* Function returns the URL for creating Events
* @return <String>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment