Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormList bug TFormDinBreadCrumb #106

Closed
bjverde opened this issue Aug 22, 2023 · 0 comments
Closed

FormList bug TFormDinBreadCrumb #106

bjverde opened this issue Aug 22, 2023 · 0 comments
Labels
Backend bug Something isn't working

Comments

@bjverde
Copy link
Owner

bjverde commented Aug 22, 2023

FormList bug TFormDinBreadCrumb change

        // creates the page structure using a table
        $formDinBreadCrumb = new TFormDinBreadCrumb(__CLASS__);
        $vbox = $formDinBreadCrumb->getAdiantiObj();
        $vbox->add($this->form);
        $vbox->add($panelGroupGrid);

to

        $formDinBreadCrumb = new TFormDinBreadCrumb(__CLASS__);
        $breadCrumb = $formDinBreadCrumb->getAdiantiObj();

        // vertical box container
        $container = new TVBox;
        $container->style = 'width: 100%';
        $container->add($breadCrumb);
        $container->add($this->form);
        $container->add($panel);
        //<onAfterPageCreation>
        //</onAfterPageCreation>
@bjverde bjverde added bug Something isn't working Backend labels Aug 29, 2023
bjverde added a commit that referenced this issue Aug 29, 2023
@bjverde bjverde closed this as completed Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant