railwaymen / timetable

Time tracking web application with reports & basic accounting functionality. Used internally by Railwaymen company to track developers time on client projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding an entry with URL bug

ktopolski opened this issue · comments

Hello there,

I found out a strange bug regarding adding an entry with URL.

Scenario:

  1. Log in to TT
  2. Click on time logging
  3. Choose a project with enabled URLs for entries
  4. Fill in URL field
  5. Switch a project to the other one, with disabled URLs for entries
  6. Add a task description, fill time, click enter

Expected:
Task is added without the URL, since URL is disabled for the project.

Actual:
Task is added with the URL.

This is especially annoying since I can't edit the task to remove the url. I have to delete the task and then add it once again.

Cheers,
Karol