Deploy OpenBoxes (Grails 3) to obdev3.pih-emr.org

Build: #316 was successful Changes by 3 people

Code commits

feature/upgrade-to-grails-3.3.10

  • Walkowiak <awalkowiak@soldevelo.com>

    Walkowiak <awalkowiak@soldevelo.com> ee9ecac0831131c0095cdf68cb3d05e515352881

    bump app version to 0.9.2-SNAPSHOT

    • gradle.properties (version ee9ecac0831131c0095cdf68cb3d05e515352881)
  • Walkowiak <awalkowiak@soldevelo.com>

    Walkowiak <awalkowiak@soldevelo.com> 78cac6544d10dac890350ac49bd7b67650c22997

    bump app version to 0.9.1

    • gradle.properties (version 78cac6544d10dac890350ac49bd7b67650c22997)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> de5274d6e40770eaa2f9c8225112b564faf90df6

    OBPIH-6324 Fix downloading the product synonyms import template (#4581)

    • grails-app/controllers/org/pih/warehouse/product/ProductController.groovy (version de5274d6e40770eaa2f9c8225112b564faf90df6)
  • Alan Nadolny <83239466+alannadolny@users.noreply.github.com>

    Alan Nadolny <83239466+alannadolny@users.noreply.github.com> ea1e1d5eb4db9d0d2d22e3379815e5a454743ef5

    OBPIH-6323 Change cache key (#4578)

    • grails-app/views/requisition/_showRequisitionItem.gsp (version ea1e1d5eb4db9d0d2d22e3379815e5a454743ef5)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 5317b3e198c492f959750a9b381bbc73b0a758fb

    OBPIH-6179 Fix redirect to the stock card from the expiring/expired stock reports (#4577)

    • grails-app/views/inventory/listExpiredStock.gsp (version 5317b3e198c492f959750a9b381bbc73b0a758fb)
    • grails-app/views/inventory/listExpiringStock.gsp (version 5317b3e198c492f959750a9b381bbc73b0a758fb)
  • Alan Nadolny <83239466+alannadolny@users.noreply.github.com>

    Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 8a9c7427fb13b13d8185f0029f33abf8b6147ff7

    OBPIH-6308 Delete row removes input and split lines in stock transfer process (#4576)
    * OBPIH-6308 Fix overriding state when delete line in stock transfer

    * OBPIH-6308 Make comment more clear

    * OBPIH-6308 Rename function for deleting items in stock transfers

    • src/js/components/stock-transfer/StockTransferSecondPage.jsx (version 8a9c7427fb13b13d8185f0029f33abf8b6147ff7)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c

    OBPIH-6298 Error while placing a PO without a product source (#4575)
    * OBPIH-6298 Remove Transactional annotation from the controller in order for the persistence actions to be flushed before rendering a view

    * OBPIH-6298 Fix issue with creating a product package instead of using an existing one (found by the product, uom, quantity pair)

    * OBPIH-6298 Refactor product uniqueness validator so that a product package with and without productSupplier, but with the same uom/quantity pair is treated as the same package

    * OBPIH-6298 Implement equals method to avoid bug with comparing UOMs while finding a product package

    * OBPIH-6298 Fix formatting and add a comment to the validator

    * Run unit test on PRs to release branch

    • .github/workflows/unit-tests.yml (version 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c)
    • grails-app/controllers/org/pih/warehouse/order/OrderController.groovy (version 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c)
    • grails-app/domain/org/pih/warehouse/core/UnitOfMeasure.groovy (version 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c)
    • grails-app/domain/org/pih/warehouse/product/ProductPackage.groovy (version 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c)
    • grails-app/services/org/pih/warehouse/order/OrderService.groovy (version 9d687d7ed1ecb8a85d7ff260a5b2805248f3e90c)
  • Alan Nadolny <83239466+alannadolny@users.noreply.github.com>

    Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 425cf0f11e463d6d040f1b88a798b116c0c8f22a

    OBPIH-6297 Add filtering supplier by active organization (#4574)

    • grails-app/services/org/pih/warehouse/core/LocationService.groovy (version 425cf0f11e463d6d040f1b88a798b116c0c8f22a)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> d5f6fdb2ee796dbdc19383b1b582fd438f7c011a

    OBPIH-6288 Do not allow to re-generate source code when importing pro… (#4573)
    * OBPIH-6288 Do not allow to re-generate source code when importing product sources and the code is not provided

    * OBPIH-6288 Remove line indicator in a comment

    • grails-app/services/org/pih/warehouse/data/ProductSupplierService.groovy (version d5f6fdb2ee796dbdc19383b1b582fd438f7c011a)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 637752f23f258c603209bf8ceaf6b53516f1c199

    OBPIH-6278 Do not allow uom qty different than 1, when chosen uom is … (#4570)
    * OBPIH-6278 Do not allow uom qty different than 1, when chosen uom is Each for the PO items import

    * OBPIH-6278 Add uom each id to Constants

    • grails-app/services/org/pih/warehouse/order/OrderService.groovy (version 637752f23f258c603209bf8ceaf6b53516f1c199)
    • src/main/groovy/org/pih/warehouse/core/Constants.groovy (version 637752f23f258c603209bf8ceaf6b53516f1c199)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 7f6c0269c7b23c34157e146e520746eefe28ee60

    OBPIH-6279 Fix redirect to Edit page for inbound returns on inbound movements list actions (#4569)

    • src/js/components/stock-transfer/CreateStockTransfer.jsx (version 7f6c0269c7b23c34157e146e520746eefe28ee60)
    • src/js/consts/applicationUrls.js (version 7f6c0269c7b23c34157e146e520746eefe28ee60)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 3d60dcacf56ea9c305b8875543c6ffacb77c6e5f

    OBPIH-6123 Set ESLint's operator-linebreak to warn (#4571)

    • .eslintrc (version 3d60dcacf56ea9c305b8875543c6ffacb77c6e5f)
  • Alan Nadolny <83239466+alannadolny@users.noreply.github.com>

    Alan Nadolny <83239466+alannadolny@users.noreply.github.com> bb0eaf38fbfc794fadd9ea97d8ea9c2e7f7dd19c

    OBPIH-6073 Refactor renderTemplate in the NotificationService (#4568)
    * OBPIH-6073 Revert deleted triggerStockAlerts function

    * OBPIH-6073 Change GrailsWebUtil to GrailsWebMockUtil for biding mocked web requests

    • grails-app/controllers/org/pih/warehouse/admin/AdminController.groovy (version bb0eaf38fbfc794fadd9ea97d8ea9c2e7f7dd19c)
    • grails-app/services/org/pih/warehouse/report/NotificationService.groovy (version bb0eaf38fbfc794fadd9ea97d8ea9c2e7f7dd19c)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> 7cf104d0e0ded95161e52bfbf1720850773efdf1

    OBPIH-6276 Fix deleting a stock transfer item on inbound return workflow (#4567)

    • src/js/api/services/StockTransferApi.js (version 7cf104d0e0ded95161e52bfbf1720850773efdf1)
    • src/js/api/urls.js (version 7cf104d0e0ded95161e52bfbf1720850773efdf1)
    • src/js/components/returns/inbound/AddItemsPage.jsx (version 7cf104d0e0ded95161e52bfbf1720850773efdf1)
  • Kacper Chełstowski <kchelstowski@soldevelo.com>

    Kacper Chełstowski <kchelstowski@soldevelo.com> fd4f14ba6c9d1b292990cb5a171020b7ad492094

    OBPIH-6085 Fix empty lines counter for partial receiving workflow (#4566)

    • src/js/components/receiving/PartialReceivingPage.jsx (version fd4f14ba6c9d1b292990cb5a171020b7ad492094)
  • Alan Nadolny <83239466+alannadolny@users.noreply.github.com>

    Alan Nadolny <83239466+alannadolny@users.noreply.github.com> eb89e4f127bbe44b05132f9fbccacccc7c2e4ca6

    OBPIH-6268 Change translation for "displayed fields" in creating product types (#4565)

    • grails-app/i18n/messages.properties (version eb89e4f127bbe44b05132f9fbccacccc7c2e4ca6)