Skip to content

feat: extend contact point attributions to directly published datasets and dataservices - #1189

Open
ThibaudDauce wants to merge 3 commits into
mainfrom
feat/extend-attributions-to-direct-publications
Open

feat: extend contact point attributions to directly published datasets and dataservices#1189
ThibaudDauce wants to merge 3 commits into
mainfrom
feat/extend-attributions-to-direct-publications

Conversation

@ThibaudDauce

@ThibaudDauce ThibaudDauce commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

>
{{ t("Action") }}
</AdminTableTh>
<tr>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve an hydratation mismatch

Comment on lines -9 to +45
<AdminTableTh
:sorted="sorted('title')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'title', direction)"
>
{{ t("Titre de la ressource") }}
</AdminTableTh>
<AdminTableTh class="w-44">
{{ t("Statut") }}
</AdminTableTh>
<AdminTableTh class="w-14">
{{ t("Format") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
:sorted="sorted('created_at_internal')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'created_at_internal', direction)"
>
{{ t("Créé le") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
:sorted="sorted('last_modified_internal')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'last_modified_internal', direction)"
>
{{ t("Modifié le") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
scope="col"
>
{{ t("Action") }}
</AdminTableTh>
<tr>
<AdminTableTh
:sorted="sorted('title')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'title', direction)"
>
{{ t("Titre de la ressource") }}
</AdminTableTh>
<AdminTableTh class="w-44">
{{ t("Statut") }}
</AdminTableTh>
<AdminTableTh class="w-14">
{{ t("Format") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
:sorted="sorted('created_at_internal')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'created_at_internal', direction)"
>
{{ t("Créé le") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
:sorted="sorted('last_modified_internal')"
scope="col"
@sort="(direction: SortDirection) => $emit('sort', 'last_modified_internal', direction)"
>
{{ t("Modifié le") }}
</AdminTableTh>
<AdminTableTh
class="w-32"
scope="col"
>
{{ t("Action") }}
</AdminTableTh>
</tr>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not linked to this PR but same hydratation mismatch than in AdminContactPointsTable

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Étendre les attributions aux publications directes

1 participant