victor wrote:Hello,
Some questions about uploading files...
I want that only the task handler can upload files and that when someone upload a file the parent task handler (the handler of the parent task of the task where someone is uploading a file) receives an email notification.
And because I only want that handler can upload files, I need that when someone add a task can initially upload one file.
How long is the way to all these?
Thanks
OK, I'll add this to our todo, but you should not expect it very soon.
The first task has two problems:
1) Uploading is user role, you can't define that user can upload/delete file when their handler.
2) About e-mail notification - our e-mail notifications are filter based, so this means that we should extend filter for uploads.
The second item has (as I know) some compatibility issues, I think that we'll return to this question soon.
Anyway, thank you for suggestions.