Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Portal Rehab #4684

Merged
merged 3 commits into from
Oct 17, 2021
Merged

More Portal Rehab #4684

merged 3 commits into from
Oct 17, 2021

Conversation

sjpadgett
Copy link
Sponsor Member

  • retire the section_fetch.class.php class
  • rearrange some navs
  • format current editing doc name
  • fix persisting last card viewed to return to same view eg. profile edit
  • new persist function
  • default to secure message view if new messages else documents view

- retire the section_fetch.class.php class
- rearrange some navs
- format current editing doc name
- fix persisting last card viewed to return to same view eg. profile edit
- new persist function
- default to secure message view if new messages else documents view
@@ -147,7 +151,7 @@ function buildNav($newcnt, $pid, $result)
'dropdownID' => 'reports',
'children' => [
[
'url' => $GLOBALS['web_root'] . '' . '/ccdaservice/ccda_gateway.php?action=startandrun',
'url' => $GLOBALS['web_root'] . '' . '/ccdaservice/ccda_gateway.php?action=startandrun&csrf_token_form=' . urlencode(CsrfUtils::collectCsrfToken()),
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would replace urlencode() with js_url()

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, disregard above post. what you have is correct. too late and not enough coffee :)

@bradymiller
Copy link
Sponsor Member

tenor99

- fix save document twice bug(multiple events on clicks)
@sjpadgett
Copy link
Sponsor Member Author

Combine menus for document panel into one nav bar. Much cleaner.

Landing view

image

New and edit

image

I'm testing for patch 3 then will bring in...

@sjpadgett
Copy link
Sponsor Member Author

Port to v6(3) tested very well. I'll build a PR for port to v6 as can't cherry pick this one...

@sjpadgett sjpadgett merged commit eebfcb1 into openemr:master Oct 17, 2021
@sjpadgett sjpadgett deleted the portal-rehab branch October 17, 2021 19:17
sjpadgett added a commit to sjpadgett/openemr that referenced this pull request Oct 17, 2021
sjpadgett added a commit that referenced this pull request Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants