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

Improved: List and Grid (OFBIZ-11345) #501

Closed
wants to merge 1 commit into from

Conversation

PierreSmits
Copy link
Member

According to the definition in widget-form.xsd the use of a combination of a form with type="list" is deprecated in favour of a grid.
Refactor various list forms into grids.
Refactor various list form references in screens.

Modified:
InvoiceScreens.xml: from form ref to grid ref
InvoiceForms.xml: from form definition with list ref to grid definition with list ref
additional cleanup

According to the definition in widget-form.xsd the use of a combination of a form with type="list" is deprecated in favour of a grid.
Refactor various list forms into grids.
Refactor various list form references in screens.

Modified:
InvoiceScreens.xml: from form ref to grid ref
InvoiceForms.xml: from form definition with list ref to grid definition with list ref
additional cleanup
@sonarcloud
Copy link

sonarcloud bot commented Feb 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mbrohl
Copy link
Contributor

mbrohl commented Feb 6, 2022

This again contains changes actively removing separating blank lines, which makes the files less readable.
If you are really interested in getting the functional changes into the codebase, why do you still introduce those changes and mix it up with the functional changes?

@JacquesLeRoux
Copy link
Contributor

I did several of them and often crossed issues afterward, botched work relying on committers to assume, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants