Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Answered

metadata filter missleading after changing view of entitylist

(0) ShareShare
ReportReport
Posted on by

Dear developers,

 

we noticed that there is missleading behavior, when changing the view of an entitylist:

-the filters will reset, but remain selected

 

nerdifand_0-1661180357436.png

 

anyone experiencing the same issue?

how to solve this?

can we hook into a viewselection event? 

this event

 

 

$(".entitylist.entity-grid").on("loaded", function () {

 

 

will not work because it will introduce even more confusion.

 

be blessed

Ferdi

Categories:
  • Verified answer
    nerdifand Profile Picture
    on at
    Re: metadata filter missleading after changing view of entitylist

    Dear Developers,

     

    after the microsoft-support added this issue to their tasks to fix, we can now safely assume that this behavior is by design, however a design that is not thought to the end?

     

    with some distance to the topic i was now able to implement a workaround:

     

    $(document).ready(function () {
     $(".entitylist.entity-grid").on("loaded", function () {
    
     console.log($('#filterDropdownId > ul > li > a'));
     $('#filterDropdownId > ul > li > a').each(function (i, e) {
     console.log("registering onclick for view");
     $(this).on("click", function () {
     console.log("view clicked");
     global.need2reapply = true;
     });
     });
    
    if (global.need2reapply) {
     global.need2reapply = false;
     console.log("reaplying filter");
     $('.btn-entitylist-filter-submit').click();
     }
    
     });
    });

     

     

    hope i could help!

  • Hugo Bernier Profile Picture
    on at
    Re: metadata filter missleading after changing view of entitylist

    Hi @nerdifand would you mind providing a little bit more information on this issue? I can't quite understand the question and, by the number of views/lack of response, it seems like members from our community need a little more be to able to help.

     

    Thanks for your understanding

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43

Featured topics