[added] "add Project" link in projects overview page
Page: 1
When I'm viewing the list of existing projects (a=my_projects), there is no link saying "add project", like there is on the dashboard page. Would be nice to have that, for instance above the list, for not having to go back to the dashboard again, although one is already at the list of projects (where one would possibly expect the link).
ps: Ilija, are you planning to install a bug tracking system like trac, mantis or bugzilla etc., I can imagine that a forum is not the easiest way to keep track of bugs and feature requests?
ps: Ilija, are you planning to install a bug tracking system like trac, mantis or bugzilla etc., I can imagine that a forum is not the easiest way to keep track of bugs and feature requests?
Solved the problem for myself:
added the following lines to the view file "/application/views/dashboard/my_projects.php" after line 6:
would be nice if the change could make it into the repository... ;)
added the following lines to the view file "/application/views/dashboard/my_projects.php" after line 6:
if(Project::canAdd(logged_user())) {
add_page_action(lang('add project'), get_url('project', 'add'));
} // ifwould be nice if the change could make it into the repository... ;)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



