What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi guys, I recently started working with Spryker. My Task for the beginning is that I should update

U031S74JS6S
U031S74JS6S Posts: 2 🧑🏻‍🚀 - Cadet

Hi guys,
I recently started working with Spryker. My Task for the beginning is that I should update the User Modal form for ZedUI. My Problem now is, that my new fields are not displayed when I edit or create a User. I added the columns in the Schema and the Transfer Object. Do I need to add them also in the .twig file? If yes, how can I do it?

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    Have you extended the Form? This is possible by implementing the \Spryker\Zed\UserExtension\Dependency\Plugin\UserFormExpanderPluginInterface and adding it to \Pyz\Zed\User\UserDependencyProvider::getUserFormExpanderPlugins

  • U031S74JS6S
    U031S74JS6S Posts: 2 🧑🏻‍🚀 - Cadet

    Thank you ver much! It helped me a lot!