Thanks for the tip. If I were starting from scratch I would probably go that route, but in this case I was specifically looking to create a customer view component with a very limited subset of features in the existing component. It seemed easiest just to reuse the existing code and strip out all the request mappings for functionality I did not want to expose, as well as modify the UI a bit. damon
> Date: Tue, 4 Aug 2015 22:08:19 +0200 > From: [email protected] > To: [email protected] > Subject: Re: uiLabelMap > > I recommend using "ant create-component", this will create a new > component in hot-deploy with all necessary files and folders and > prevents you from the complexity of an existing component. > > Regards, > > Michael Brohl > ecomify GmbH > www.ecomify.de > > Am 04.08.15 um 19:40 schrieb damon henry: > > I have a custom app that I am building. I started with an existing app > > which I copied to hot-deploy and have been modifying as needed. I'm having > > a hard time figuring out where uiLabelMap is being loaded from. My app is > > still utilizing the properties in the original component for it's > > uiLabelMap values, and I would like it to point to the ones in the new > > component I am modifying. Can someone point me in the right direction? If > > it matters, it is the Warehouse component that I started with. > > thanksDamon > >
