ProjectTracker Bugs

ProjectTracker Bugs

Old forum URL: forums.lhotka.net/forums/t/2198.aspx


Gareth posted on Tuesday, January 23, 2007

I've been using ProjectTracker recently as a base for a new web project. I've been testing some areas and come across a few bugs and I'm wondering if anyone has seen these and been able to fix them.

1) After adding a new project role, if I click on "Add Role" to add another new record, the previously added record's data still appears in the text boxes.

2) If you add a new project role with invalid data (i.e. ID = 'XX', Name='XX') it causes a "property not copied (Id)" error to be displayed but it still adds a new row to the datagrid. Is there anyway to prevent this? I am trying to add a RequiredFieldValidator and RegularExpressionValidator to the view to fix this problem but I haven't worked out how to add these controls to the multiview control as yet.

3) After successfully adding a new project role and you are returned to the datagrid view, if you press F5 to refresh the page the previously added record is added again to the datagrid, therefore displaying it twice. It is not added to the database however, it is just the display that is wrong.

4) Similarly adding a new role with an existing ID displays the required error message but also adds a new row to the grid showing the invalid record. Is there anyway to stop the grid adding this invalid row?

Has anyone come across these issue and fixed them?

Regards,
Gareth

 

 

After adding a new record and returning to the grid view, if I press F5 to refresh the page the new data is adding to the grid again and an error is displayed.

Copyright (c) Marimer LLC