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

Allow for filtering list views that display for each object #136

Open
heybethfrench opened this issue Jan 4, 2023 · 2 comments
Open

Allow for filtering list views that display for each object #136

heybethfrench opened this issue Jan 4, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@heybethfrench
Copy link

We have multiple languages within our community, and we would like to display list views using a naming convention. In the configuration editor, it would be great if we could put a value as an input, and display only list views that contain that value.

For example, if the listview name is as follows,

EMEA - FRA - My Awesome List View

And the input string was 'EMEA - FRA', that list view would display, but the following listview would not display

EMEA - GER - Another Great List View

@tomansley
Copy link
Owner

Is the suggestion here that the name is used as a wildcard?

So any list view name that contains - %EMEA - FRA - % would be displayed?

So if we had an object with the following list views -

EMEA - FRA - My Awesome List View
EMEA - FRA - My Other Awesome List View
EMEA - GER - My Awesome List View
EMEA - GER - My Other Awesome List View

If the admin created a component and the config held the string EMEA - FRA it would only display the following list views -

EMEA - FRA - My Awesome List View
EMEA - FRA - My Other Awesome List View

Does this mean that if you were dealing with 7 languages that 7 components, each with different config would need to be created?

Is the expectation here that this could be used for multiple objects or just one?

@tomansley tomansley self-assigned this Jan 5, 2023
@tomansley tomansley added the enhancement New feature or request label Jan 5, 2023
@heybethfrench
Copy link
Author

Well, the suggestion would be that there would be some way to filter what list views are displayed. The only way I can think to do that is by having a naming convention, but if you can think of a way to do that that isn't specific to my use case, go for it.

For our community, each language has a different page variation and the audience is defined by what language they have on their user record. So on one page variation we would have the component configured with 'EMEA-FRA' and on another it could be 'EMEA-GER'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants