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

Get help from other users here.

Moderators: Developer, Contributor

cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post by cas »

third time should be ok :roll:
Now with the correct check1.php
Attachments
FDA202.ZIP
(22.34 KiB) Downloaded 294 times
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

close.png
close.png (1.98 KiB) Viewed 5501 times
2.21.2

when click close button... :oops:
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post by cas »

yep, you need to provide the password since you update the ticket.............
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post 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 5494 times
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

@cas
Could you please also update for mantis 2.22?

bug_update.php
200.png
200.png (5.64 KiB) Viewed 5473 times
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

not fix for 2.22, error still there
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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:
Attachments
FDA203.ZIP
(22.37 KiB) Downloaded 279 times
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

2.22 vs 2.21
because the files are changed
bug_report_page.php
bug_report.php
bug_update_page.php
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

Could you please confirm that
1. click the close button,
close1.png
close1.png (4.37 KiB) Viewed 5439 times
then, click the close issue
close.png
close.png (1.98 KiB) Viewed 5439 times
what you get?

2.
click the "assign to" and what you get?
Assign To.png
Assign To.png (2.66 KiB) Viewed 5439 times
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

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

Post by amphetamine »

Thank you for your understanding.
Post Reply