That’s it.
Please open a different forum issue or a git issue for this as we’re coopting this thread. I’ll pay attention to this as I see occasionally on my dev system.
When open new issue please see if user can give a description of what else is going on such as several tabs open for different patients or any info relevant. This is very helpful for me to troubleshoot.
No, group should be whatever group your instance is using like apache or such. 0644 is correct.
You shouldn’t unzip as a root user but whatever user account is elevated from root.
Asked because other files in this directory have www-data / www-data as owner and group and I’m guessing the patch files should be the same.
I use Webmin to extract patches as it produces same file properties as doing “sudo unzip -o” from command line as in this example compared with my previous post above.
Jerry do you plan to have the document names display without the .tpl and the underscores convert to spaces at some point? Would make it more neat for patients.
Will you also be adding in file management to move files between general and repository?
And the ability to push documents from the repository to a patient? Not sure if it needs to copy the file, but maybe it could just become visible as a priority request in their forms section.
yes. currently I’m refactoring portal to get rid of sidebar(continuation of @benmarte work) and I’m doing some more work in documents for easier patient work flows plus some new feature.
This is much better as we gain lots more view port size.
@madmax
Did the patch install okay? I’m trying to decide if I want to include in patch three Brady is working on getting out next week.
I’d feel better knowing if an experienced user okay’d the install. Thanks
Okay all here is the portal version that will be in patch v6.0.0(3).
It’s a very different look and feel with concentration on easier patient work flows.
Doing some work concerning logging in as related persons(parents, guardians, occupational health etc.) and more is coming concerning documents like downloads, uploads and document patient profiles. Will also work on secure chat by providing events that can hook to telehealth.
Found a bug, if you have valid or fake login data present (such as from a password manager) but want to register another account, if the fields are filled then the login page actually errors/refreshes.
If the fields are blank it appears to go to the registration page normally.
I tested with “123@123.com” in username and email and 123 in password and the page just refreshes but does produce an error in the browser console.
Uncaught TypeError: document.getElementById(…) is null
[portal:28:36]
This was caught on firefox, Chrome appears to freak out even more with console messages.