Skip to content

Fixing console warnings and errors#1313

Merged
ashishvijaywargiya merged 3 commits into
apache:trunkfrom
ashishvijaywargiya:fixing-console-warnings-errors
Jun 2, 2026
Merged

Fixing console warnings and errors#1313
ashishvijaywargiya merged 3 commits into
apache:trunkfrom
ashishvijaywargiya:fixing-console-warnings-errors

Conversation

@ashishvijaywargiya

Copy link
Copy Markdown
Contributor

Fixing console warnings and errors.

ashishvijaywargiya and others added 3 commits June 2, 2026 17:23
            package-name="org.apache.ofbiz.order.order"
            never-cache="true"
            title="Order Header">

    GenericValue orderHeader = from('OrderHeader').where(parameters).cache().queryOne()
    GenericValue orderHeader = from('OrderHeader').where(parameters).queryOne()

Caching on OrderHeader entity gives the error/warning on the console.

Because of never-cache attribute setting, the groovy code doesn't work as expected -  never-cache="true"
@ashishvijaywargiya ashishvijaywargiya merged commit a337367 into apache:trunk Jun 2, 2026
5 checks passed
@ashishvijaywargiya ashishvijaywargiya deleted the fixing-console-warnings-errors branch June 2, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant