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

[15.0+] Missing group node inside notebook page nodes #7479

Open
delvsola opened this issue Jan 22, 2024 · 1 comment
Open

[15.0+] Missing group node inside notebook page nodes #7479

delvsola opened this issue Jan 22, 2024 · 1 comment
Labels
15.0 16.0 17.0 content issue Call attention to a issue with the content

Comments

@delvsola
Copy link

delvsola commented Jan 22, 2024

Some form views examples are missing the <group>...</group> tags inside <notebook><page>...</page></notebook> nodes.

This leads to an improper rendering of the fields inside the view and is misleading for newer developers figuring out form views.

Occurrences of this issue:

<notebook>
<page string="Description">
<field name="description"/>
</page>
</notebook>

<notebook colspan="4">
<page string="Description">
<field name="description" nolabel="1"/>
</page>
</notebook>

@delvsola delvsola added content issue Call attention to a issue with the content 15.0 16.0 17.0 labels Jan 22, 2024
@AntoineVDV
Copy link
Collaborator

Hi @delvsola, would you mind creating the PR? If needed, you'll find the steps to build the doc locally in the README file ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
15.0 16.0 17.0 content issue Call attention to a issue with the content
Projects
None yet
Development

No branches or pull requests

2 participants