Hi All, Can we extend the loginregister module by ...
# suitecommerce
g
Hi All, Can we extend the loginregister module by using the login registerComponent. loginregister.extend({ componentName: 'LoginRegisterPage', application: container }) I have written the above structure,but it is throwing error( i.e. You cannot override property application of component LoginRegisterPage) Any one have an idea on this?
g
LoginRegister is a core module so I don't think they allow you to extend it using an extension. Depending on what you are trying to do I'd either modify the core module in SCA source code or remove a child view.
g
I want to write the custom logic in initialize function in LoginRegister Module,so that iam usng LoginRegisterPage Component.
Can anyone give me workaround for that?
k
I think you’ll be limited to before or after register..
g
But this events will fire when we are going to click the submit button right??