Giter Site home page Giter Site logo

Comments (8)

Wakie87 avatar Wakie87 commented on July 30, 2024

To actually get the modules working
https://github.com/openemr/openemr/blob/master/interface/main/tabs/menu/menu_updates.php#L45
needs to be
$relative_link ="/interface/modules/".$modulePath."/".$modulerow['mod_relative_link'].$added;

Still can't get the ACL working.

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

I think the disallowed stuff is left_nav specific. Guessing that the following may get it to work:

if (!zh_acl_check($_SESSION['authUserID'],$acl_section)) continue;

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

ok, fixed the menu bugs and committed these fixes to the codebase:
4705d3d

Next, have the following Zend Module bugs to fix:

  1. Titles (need this for the tab to get a title) in the Module Installer and Care Coordination scripts.
  2. In the Module installer, when click Enable or Disable, the button/script is not updating (need to do a manual refresh to see the change in the button). And with following js error: TypeError: parent.left_nav.location is undefined

from openemr.

Wakie87 avatar Wakie87 commented on July 30, 2024

Fixed the title of the tabs with 6e088d5.

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

thanks!
How does that translate() function work? I can't see where it is using the current translation engine in OpenEMR?

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

Fixed the Zend Module installer with 27fe946

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

I have a plan to fix the translate function titles also. After that is done, will then close this issue.

from openemr.

bradymiller avatar bradymiller commented on July 30, 2024

Actually. The layout issue is fixed, so will close this.

from openemr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.