Page 2 of 2

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 13 Aug 2019, 17:37
by cas
third time should be ok :roll:
Now with the correct check1.php

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 26 Aug 2019, 09:30
by amphetamine
close.png
close.png (1.98 KiB) Viewed 5577 times
2.21.2

when click close button... :oops:

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 26 Aug 2019, 10:16
by cas
yep, you need to provide the password since you update the ticket.............

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 26 Aug 2019, 11:59
by amphetamine
yeah, I know this feature and only for click edit btn and fill in the password. but click the close show above and no password field can fill in.
close1.png
close1.png (4.37 KiB) Viewed 5570 times

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 27 Aug 2019, 10:18
by amphetamine
@cas
Could you please also update for mantis 2.22?

bug_update.php
200.png
200.png (5.64 KiB) Viewed 5549 times

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 08:38
by cas
Have not found out yet why it is now giving this issue but the fix is simple.
FDA/pages/check1.php needs to be like:

Code: Select all

<?php
$password="";
?>
<label class="password">
<span>Password</span>
<input type="hidden" name="password" value="<?php echo $password ?>" />
<input id="password" name="password" value="" type="password" placeholder="Password"><span class="required">*</span> 
</label>
After adjusting, it will work as before. :mrgreen:
I will release a real update somewhere next month

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 09:01
by amphetamine
not fix for 2.22, error still there

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 10:05
by cas
I have tested this one on a fresh install of Mantis 2.22.0 and it works like perfectly.
Did you follow closely the installation instructions?
Attached version 2.03 :mrgreen:

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 12:06
by amphetamine
2.22 vs 2.21
because the files are changed
bug_report_page.php
bug_report.php
bug_update_page.php

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 12:21
by cas
Not clear what you mean.
The included mantis files are explicitly for version 2.21.0 so cannot be used for version 2.22.0
In the readme it is clearly described how to install this on another version, please follow them.
As stated before, it has been tested and proven on a fresh install of 2.22.0

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 12:53
by amphetamine
Could you please confirm that
1. click the close button,
close1.png
close1.png (4.37 KiB) Viewed 5515 times
then, click the close issue
close.png
close.png (1.98 KiB) Viewed 5515 times
what you get?

2.
click the "assign to" and what you get?
Assign To.png
Assign To.png (2.66 KiB) Viewed 5515 times

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 13:11
by cas
You reported this earlier and is still outstanding and has nothing to do with the new mantis release. Will look into this later, currently lacking the time.
For now you can only update via the “edit” button

Re: MantisBT to be conform to FDA's "Part 11"?

Posted: 29 Aug 2019, 13:18
by amphetamine
Thank you for your understanding.