CodeCatz / TrackCat

A tool for tracking the progress of the kittens (and cat{s,z}) in our CodeCatz meetup group
MIT License
5 stars 14 forks source link

Initialize current project on the new task form #299

Closed livike closed 9 years ago

livike commented 9 years ago

Sets the default value of the project to current project (task is created from the project). You are still able to change the value from the dropdown.

anuschka commented 9 years ago

@livike when I click on the "Add new task" button inside the project form I get the message "Looks like you already signed in!". Since I am logged in it should not ask me to login again and I don't want to logout :wink:

anuschka commented 9 years ago

Sorry @livike my bad... User did not have permission to add tasks :angel:

anuschka commented 9 years ago

Even though user has all api permissions when I click on Tasks from the menu or from project using "Add new task" I get error "In template /TrackCat/web/templates/pages/tasks.html, error at line 14".

livike commented 9 years ago

What is the logged in users activity status value in User Profiles? It must be ActiveCat or MentorCat. This will set up all the permissions for the user.

anuschka commented 9 years ago

Activity status for signed in user in User Profile is Active Cat.

livike commented 9 years ago

Fixed.