Skip to content

Commit 46dacdb

Browse files
frederic34claude
andcommitted
FIX: change module family from agenda to projects
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent af159fb commit 46dacdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/modules/modIDreamANewCalendar.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct($db)
5151
// Family can be 'base' (core modules),'crm','financial','hr','projects','products','ecm','technic'
5252
// (transverse modules),'interface' (link with external tools),'other','...'
5353
// It is used to group modules by family in module setup page
54-
$this->family = "agenda";
54+
$this->family = "projects";
5555
// Module position in the family on 2 digits ('01', '10', '20', ...)
5656
$this->module_position = '90';
5757
// Gives the possibility for the module, to provide his own family info and position of this family (Overwrite $this->family and $this->module_position. Avoid this)

0 commit comments

Comments
 (0)