» Operating system type and version: CentOS 2.6.18-92.1.10.el5 #1 SMP
» Sugar version and edition[I]: 5.2.0a Community Edition
» Webserver type and version: Apache 2.2.3
» PHP version[I]: 5.1.6-20.el5_2.1
» MySQL server version: 5.0.45
Installed modules:
1) Connector for Google Calendar (1.0.7)
2) SuperTimesheet (2.2)
3) Team (0.98.12338)
4) Helpdesk (1233157583)
Team is deployed on these modules:
- Bugs
- Project
- Project Tasks
- Cases
I customized Project Tasks adding some fields using SugarCRM Studio. This is the table created by SugarCRM in MySQL:
CREATE TABLE `sugarcrm`.`project_task_cstm` (
`id_c` char(36) NOT NULL,
`activity_type_c` varchar(100) NOT NULL default 'Workorder',
`job_code_c` varchar(6) default NULL,
`estimated_cost_c` varchar(0) default '',
`currency_id` char(36) default NULL,
`team_id_c` char(36) default NULL,
`requesting_team_c` varchar(255) NOT NULL,
`team_id1_c` char(36) default NULL,
`owner_team_c` varchar(255) NOT NULL,
`team_id2_c` char(36) default NULL,
`collaborating_team_1_c` varchar(255) default NULL,
`team_id3_c` char(36) default NULL,
`collaborating_team_2_c` varchar(255) default NULL,
`team_id4_c` char(36) default NULL,
`team_id5_c` char(36) default NULL,
`collaborating_team_3_c` varchar(255) default NULL,
`on_schedule_c` tinyint(1) default '1',
`on_specs_c` tinyint(1) default '1',
`note_c` text,
PRIMARY KEY (`id_c`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
I customized also the Projects Tasks forms edit, display and list.
When I use the admin user there aren't any problem. I can navigate the list of 106 records using NEXT and END buttons.
When I use a not administrative account, I can see only the first page of list but I can't navigate the list using NEXT and END buttons. I can select a single record to display and navigate the entire list displaying a single entry at time. Both Project and Project Tasks records have all Assigned Team=Everyone.
I tested the problem with the latest releases of Firefox and Explorer and it doesn't seam related to a javascript malfunction but to something related to administrative permissions.
Do I have to drop the cache of the Project Task form?
(delete *.tpl inside /var/www/html/sugarcrm/cache/modules/ProjectTask/)


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks