Skip to content

Commit

Permalink
PROBE-223: Fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Jul 2, 2024
1 parent 820f6f2 commit 8eea4aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webcomponents/reglementen-lijst/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@ class ReglementenLijst extends HTMLElement {
if (endpoint.includes("probe")) {
queryBestuursorgaan = `
prov:wasGeneratedBy ?behandelingVanAgendapunt .
?behandelingVanAgendapunt dct:subject ?agendapunt ;
besluit:isGehoudenDoor/mandaat:isTijdspecialisatieVan ?bestuursorgaanURI .
?zitting besluit:behandelt ?agendapunt .`;
?behandelingVanAgendapunt dct:subject ?agendapunt .
?agendapunt ^besluit:behandelt ?zitting .
?zitting besluit:isGehoudenDoor ?bestuursorgaanURI ;
besluit:geplandeStart ?zitting_datum.
`;
}

this.selectQuery = `
Expand Down

0 comments on commit 8eea4aa

Please sign in to comment.