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

Fixed: Trunk demo errors in error log (OFBIZ-13005) #748

Merged
merged 6 commits into from
Apr 9, 2024

Commits on Mar 28, 2024

  1. Improved: ORDER - have requestMenuLocation (OFBIZ-12991)

    Given that request screens are used as portal pages, the inclusion of such portal pages in other applications leads to errors being thrown for the associated menus (due to the use of the mainMenuLocation parameter in web.xml).
    Having a requestMenuLocation in web.xml solves this issue.
    
    modified:
    - web.xml: add contextParam requestMenuLocation
    - CommonScreens.xml: change location request related menus
    - CustRequestScreens.xml: change location request related menu
    PierreSmits committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c815e2f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    834fb27 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    bf74182 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    353de7e View commit details
    Browse the repository at this point in the history
  2. Fixed: Trunk demo errors in error.log

    modified:
    EmployeeScreens.xml - removed form reference to grid ListEmployeeQualification
    PierreSmits committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    87d0581 View commit details
    Browse the repository at this point in the history
  3. Fixed: Trunk demo errors in error.log (OFBIZ-13005)

    modified: EventForms.xml - MyTaks: extending a grid
    PierreSmits committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b5f9aa1 View commit details
    Browse the repository at this point in the history