Errors or bugs in 10.5 After upgrading from 10.4 |
12/24/2020 3:53:15 PM |
PHPRunner General questions | |
![]() Hello 1I am having problems with custom button after upgrading from 10.4 to 10.5 2The Change password option in users menu "changepassword_link" re-appear after you modify any option in the Security screen or you add a new table and create any page3The option Script in Tables or Create sql script does not work after upgrading from 10.4 using sqlite
|
|
![]() |
Myr0n author 12/26/2020 |
I solved the issue #2 adding next code in almost every page where I don't want to see the change password menu item in JavaScript Onload event $("#changePasswordButton1").remove(); |
![]() |
Alexey admin 12/29/2020 |
2 is by design. If you create a Change password page, the link to it is added to other pages.
|
![]() |
Myr0n author 12/30/2020 |
2 is by design. If you create a Change password page, the link to it is added to other pages.
|
![]() |
Myr0n author 12/30/2020 |
2 is by design. If you create a Change password page, the link to it is added to other pages.
|
![]() |
Myr0n author 12/30/2020 |
About the #1I download the 10.5 build 36415 and solved this issue. |