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

Business Lava Filter Broken in Fluid #5628

Closed
2 tasks done
TheArkChurch opened this issue Oct 6, 2023 · 0 comments
Closed
2 tasks done

Business Lava Filter Broken in Fluid #5628

TheArkChurch opened this issue Oct 6, 2023 · 0 comments

Comments

@TheArkChurch
Copy link
Collaborator

Description

Tell us what you see!

The Business entity command doesn't work in the Fluid engine. Unless there are some other changes that I'm not aware of, I have not been able to make any variation of this command work with the fluid engine.

There is a demo page set up here.
There was a conversation about this in chat here

Actual Behavior

Actual Behavior
With Liquid
with_liquid_16-alpha

With Fluid
with_fluid_15-1

On the test page linked above, are these 2 commands
`
{% business id:'54' %}
{{ business.LastName }}
{% endbusiness %}

{% business where:'RecordStatusValueId == 3' %}
    {{ business.Id }}
{% endbusiness %}

`
If you have a business with an Id of 54 this returns a record on liquid but an error on fluid.

Expected Behavior

Expected Behavior

For the above commands to return a business entity. If this filter is not included in the Fluid Lava engine then there is some documentation that will need to be updated as well, specifically, item 1 under Special Cases found ]here] (https://community.rockrms.com/lava/commands/entity-commands) in the lava documentation.

Steps to Reproduce

  • Modify the above lava with a valid business Id
  • Test on a server with the Fluid engine
  • Test on Server with Liquid engine.
  • See error

Issue Confirmation

  • Perform a search on the Github Issues to see if your bug or enhancement is already reported.
  • Try to reproduce the problem on a fresh install or on the demo site.

Rock Version

15.1

Client Culture Setting

en-US

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

No branches or pull requests

3 participants