I succeed creating a new task in projectory_db via MySql but
I cannot do it via Create a Task Function. Once the task is
inserted by sql it can be viewed and edited via Projectory
so it seems there is a problem with showTaskForm Function in
cgi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Create a task Function is not allowed permission by anyone.. So u
must update the Function 'Create a Task' from Edit a Function logged
as Admin and enable the Permissions for any users Group.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem appears to be in the initialization sql...the Create
Task function is improperly defined.
I was able to get this to work by:
1) Edit a Function
2) Select 'Create a Task'
3) Change 'showTaskForm' to 'createTask'
Doesn't resolve the problem completely, as there is now an
html page element problem, and the page reports an error,
however, I was able to add the task.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I succeed creating a new task in projectory_db via MySql but
I cannot do it via Create a Task Function. Once the task is
inserted by sql it can be viewed and edited via Projectory
so it seems there is a problem with showTaskForm Function in
cgi.
Logged In: NO
Create a task Function is not allowed permission by anyone.. So u
must update the Function 'Create a Task' from Edit a Function logged
as Admin and enable the Permissions for any users Group.
Logged In: NO
I get the same thing. I have an account that is part of Admin,
Managers, Leads, and permissions have been granted to all
of these.
No luck.
If I can't create a task I can't use the product. A shame
because the rest looks nice.
Please reply to larry@sanboeuf.com
Logged In: YES
user_id=268468
The problem appears to be in the initialization sql...the Create
Task function is improperly defined.
I was able to get this to work by:
1) Edit a Function
2) Select 'Create a Task'
3) Change 'showTaskForm' to 'createTask'
Doesn't resolve the problem completely, as there is now an
html page element problem, and the page reports an error,
however, I was able to add the task.