Code commits
OpenBoxes (Grails 3)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 5c8ef0731834ab7cb79478c77642f102daa64fb6
OBGM-696 Add redirect url for location configuration and use it in going to the next page in location details (#4254)
-
Artur Walkowiak <awalkowiak@soldevelo.com> be25bfbd5834cfbcf3613832dbb1dc82cbb8d079
Merge pull request #4253 from openboxes/OBGM-698
OBGM-698 Fix product merge functionality -
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> baf94bebc672a99a9e65ddd720f20f192a1a3d00
OBGM-669 Remove fileItem from content type validation of imported file (#4252)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 5a63dfc65a9c450f0606164b1532e62f8c19031f
OBGM-694 Unable to create location group in new location configuration (#4251)
* OBGM-694 Add Location Group data service and use it in controller
* OBGM-694 Fix typo in LocationGroupDataService -
Dariusz Rodzewicz <DRodzewicz@gmail.com> 1150569e609eadeb9206f1476c53ffc6c07c80b7
OBGM-691 Remove @Transactional from LocationController (#4250)
- refactor LocationController from transaction to regular and use services to handle transaction actions
- create LocationDataService for location CRUD operations -
Dariusz Rodzewicz <DRodzewicz@gmail.com> d13274b91da3356d8a827b1e3a2f46742e05380e
OBGM-683 Remove @Transactional from StockMovementContorller (#4246)
* OBGM-683 Remove Transactional from StockMovement controller
* OBGM-683 Move upload document and upload documents methods to service layer -
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> c541200833b4694b3997673c4684ac9a26bd830f
OBGM-636 Add validating min qty to command instance and remove transaction.id hidden field (#4229)
- grails-app/views/inventory/_inventoryAdjustment.gsp (version c541200833b4694b3997673c4684ac9a26bd830f) (diffs)
- grails-app/views/inventoryItem/_adjustStock.gsp (version c541200833b4694b3997673c4684ac9a26bd830f) (diffs)
- src/main/groovy/org/pih/warehouse/inventory/AdjustStockCommand.groovy (version c541200833b4694b3997673c4684ac9a26bd830f) (diffs)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 62f14fe901a6c1f6ec98c229d92c779d5e9de965
OBGM-698 Improve exception message handling
-
Artur Walkowiak <awalkowiak@soldevelo.com> 74e7df02cc6f4ad4aebdf2afb598dcbf8afd93b7
OBGM-698 Fix current user assigning before insert or update on merge logs
-
Artur Walkowiak <awalkowiak@soldevelo.com> 61b573a12f3b3dcb8817008df99492ce96a141b7
OBGM-698 Add missing @Transactional on mergeProduct method