chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

Cannot delete timesheet entry #27

Open neamtua opened 10 years ago

neamtua commented 10 years ago

Timesheet entry cannot be deleted. There's a javascript error. Tested on firefox and chrome.

Uncaught TypeError: Cannot read property 'split' of undefined

chintanbanugaria commented 10 years ago

Are you able to delete calendar events and to-dos ? Or is it just for timesheet entry ?

neamtua commented 10 years ago

I can delete events but I don't know how to add to-dos. It doesn't seem very intuitive. On the timesheet page the delete event doesn't get fired instead it goes to a javascript set up to listen to li clicks and that one gives an error.

chintanbanugaria commented 10 years ago

To create To-dos Just type the text in the blue bar which has place holder of "What has to be done ?" and when you are done hit enter. To-do will be created.

neamtua commented 10 years ago

Ok, I can delete that but there's no confirmation dialog for todos. Also, reconsider the blue bar for titles, I always miss it because I consider it to be part of the window, not an actual field. Either change the color or make the placeholder more visible.

chintanbanugaria commented 10 years ago

Noted. Will make it more visible. I am currently looking at the error. Are you running application on live server or on your local machine ? I reason I asked is if I can get the URL if you are on live server.

neamtua commented 10 years ago

It's on a live server. It's the version downloaded from your website not github since it has a bug about loading retina.js which I see is solved in the latest commits. I'll email you a link to the live version.

EDIT: I don't know if it emailed you the password. Let me know if you need me to setup a new password for the account.

chintanbanugaria commented 10 years ago

I haven't got any email from the applicaiton. you need to add details in the email settings in the admin section to add new user with email. Other way is to add the user with details as shown in the image below. This will create the user offline without sending the email. userdetails

chintanbanugaria commented 10 years ago

Just checked following on your site and it seems to be working fine.

neamtua commented 10 years ago

If you switch dates and return to the date where you have the entry then you can delete it. Try reopening the page and you must have an entry in the current day and try pressing delete. Nothing will happen.