former_member629139
Explorer
Member since ‎09-10-2019

User Statistics

  • 16 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

We have a component.jsp that includes following code snippet: <form:form action="thankyou" method="post" class="col-xs-12" commandName="lotteryData"> <formElement:formRadioButtons idKey="thankyouform.gender.title" labelKey=...
We deleted ~150k Products from the Online Catalog directly on the db with a sql query. After starting the syncjob the log is full with those lines: found ambigous sync timestamps for 8806218366977 and job sync ProductCatalog:Staged->Online : expecte...
Hi experts, we made a datatype Receipts that extends from Order, how to stop backoffice to show receipts in the order listview? Is it possible by just editing the custom-backoffice-config-xml?
Hi experts, In my extension there ist a rest controller which should be secured with basic auth. It gets calles like: https://local.shop.at:9002/rest/v2/SHOP_AT/products/101606/stocks/online and the controller listens at @RequestMapping(value = "/{ba...
Hi Experts, I am encountering strange behavior with my rest controllers. On server start the extension where the controllers are defined loads, but the rest controllers will only be mapped after an change to them, like an annotation or when i move th...