hi,
Can tester delete attachment? How to fix it?
another question:
If i give tester the right to delete a issue,then the developer will get the right too.
How to make the tester get the right only?
Can tester delete attachment?
Moderators: Developer, Contributor
Re: Can tester delete attachment?
UP
I wanna ask if the reporter could delete an attachment !
I wanna ask if the reporter could delete an attachment !
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
PHP: 5.2.6
SQL: MySQL 5.0.51a
Re: Can tester delete attachment?
You can set
to allow users to delete their own attachments
orto allow users of a certain access level to delete attachments in general
Code: Select all
$g_allow_delete_own_attachments = ON;or
Code: Select all
$g_delete_attachments_threshold = REPORTER;Re: Can tester delete attachment?
thanks my friend I will try it 
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
PHP: 5.2.6
SQL: MySQL 5.0.51a