Shen

Results 65 comments of Shen

https://github.com/aces/Loris/pull/7923 (missing help content for next_stage) is open.

[Candidate_profile] instrument link not working #7652

@GeorgeMurad please try to replace '90000' to '300001' in /test/test_instrument/test_instrumentTest.php.

@GeorgeMurad https://github.com/aces/Loris/blob/main/modules/candidate_profile/test/candidate_profileTest.php line 100 and line 123 90000 to 300001

@GeorgeMurad please **revert** all change '90000' to '300001' in /test/test_instrument/test_instrumentTest.php.

@GeorgeMurad modify these two files modules/candidate_profile/test/candidate_profileTest.php modules/instrument_list/php/instrument_list.class.inc from this PR https://github.com/kongtiaowang/Loris/pull/380

[client 192.168.122.1:47966] [CRITICAL] /var/www/loris/modules/instrument_list/php/instrument_list.class.inc:307: Uncaught TypeError: strtotime(): Argument #1 ($datetime) must be of type string, null given in /var/www/loris/modules/instrument_list/php/instrument_list.class.inc:307\nStack trace:\n#0 /var/www/loris/modules/instrument_list/php/instrument_list.class.inc(307): strtotime()\n#1 /var/www/loris/php/libraries/NDB_Page.class.inc(741): LORIS\\instrument_list\\Instrument_List->setup()\n#2 /var/www/loris/src/Middleware/UserPageDecorationMiddleware.php(247): NDB_Page->handle()\n#3 /var/www/loris/src/Middleware/PageDecorationMiddleware.php(58): LORIS\\Middleware\\UserPageDecorationMiddleware->process()\n#4 /var/www/loris/php/libraries/NDB_Page.class.inc(725): LORIS\\Middleware\\PageDecorationMiddleware->process()\n#5...

--- a/test/test_instrument/test_instrumentTest.php +++ b/test/test_instrument/test_instrumentTest.php @@ -34,7 +34,9 @@ class TestInstrumentTestIntegrationTest extends LorisIntegrationTest 'Active' => 'Y', 'UserID' => 1, 'Entity_type' => 'Human', '-' 'Sex' => 'Female' '+' 'Sex' => 'Female', '+'...