Add CPuls entity and related resources
- Introduced a new entity "CPuls" with metadata definitions including fields, links, and indexes. - Updated existing JSON files to include "CPuls" in various contexts such as translations, entity definitions, and client definitions. - Added localization support for "CPuls" in multiple languages. - Modified existing files to accommodate the new entity in the application structure.
This commit is contained in:
7
custom/Espo/Custom/Controllers/CPuls.php
Normal file
7
custom/Espo/Custom/Controllers/CPuls.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Espo\Custom\Controllers;
|
||||
|
||||
class CPuls extends \Espo\Core\Templates\Controllers\BasePlus
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user