Build: #6 was successful
Job: Default Job was successful
Code commits
openboxes-dreamix
-
chetanmaharishi <77116134+chetanmaharishi@users.noreply.github.com> d31c9073d5af5d6b095889449b34613b49de4ad6
OBDX-7 Refactored product creation endpoint (#2885)
* OBDX-21 T3. Create endpoint for order creation messages
* changes as per PR change request
* added url mapping for subscribe orders
* Fixed bug on toJson. and handling mappings with null also.
* OBDX-7 Optimized code for create Product and using product service
* OBDX-7 refactoring as Justin comments
* OBDX-7 refactoring as Justin comments- grails-app/conf/UrlMappings.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- grails-app/controllers/org/pih/warehouse/notification/NotificationController.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- grails-app/controllers/org/pih/warehouse/notification/OrderNotificationController.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- grails-app/controllers/org/pih/warehouse/notification/ProductNotificationController.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- grails-app/services/org/pih/warehouse/product/ProductService.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- grails-app/services/org/pih/warehouse/report/NotificationService.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- src/groovy/org/pih/warehouse/core/Constants.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)
- src/groovy/util/StringUtil.groovy (version d31c9073d5af5d6b095889449b34613b49de4ad6)