Changes in src/routes/guardian.js [72d8eff:7d7b36d] in Klonkt
- File:
-
- 1 edited
-
src/routes/guardian.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/guardian.js
r72d8eff r7d7b36d 67 67 'help_pick', 'help_close', 'help_picked_by', 'help_handled_by', 'help_handled_note', 68 68 'help_close_ask', 'help_close_yes', 'help_just_now', 'help_hours', 'help_days', 69 'help_archive', 'help_archive_hide', 'panel_history', 70 'gate_propose_open', 'gate_propose_close', 'gate_default_off']; 69 'help_archive', 'help_archive_hide', 'panel_history']; 71 70 const s = Object.fromEntries(keys.map((k) => [k, i18nT(L, `guardian.${k}`)])); 72 71 s.wave = i18nT(L, 'guardian.wave'); … … 612 611 .filter((r) => r.ward_uri === wardUri).length; 613 612 return Guardianship.gated.gateRows({ 614 // Uit de BESLUITEN, niet uit onze eigen kolom. Er zijn geen lokale accounts:615 // elke ward woont elders, dus wardEmbedSetting() gaf voor iedere ward null en616 // stond er in het paneel overal "onbekend". Wat een guardian wel heeft is de617 // uitslag van wat hij voorstelde.618 613 settings: { 619 'shaer:externalEmbeds': Guardianship.gated.knownSetting(mySlug, wardUri, 'shaer:externalEmbeds'),620 'shaer:externalPlayback': Guardianship.gated.knownSetting(mySlug, wardUri, 'shaer:externalPlayback'),614 'shaer:externalEmbeds': wardEmbedSetting(wardUri), 615 'shaer:externalPlayback': wardPlaybackSetting(wardUri), 621 616 }, 622 617 guardianCount: statuses ? statuses.length : null,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)