mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Add ability to export articles, track publications in json file on NGINX, fix vulnerabilities and refactor
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
</select>
|
||||
</label>
|
||||
<input type="hidden" name="page" value={1} />
|
||||
<input type="hidden" name="since" value={$page.url.searchParams.get("since")} />
|
||||
<button type="submit">Apply</button>
|
||||
</form>
|
||||
</details>
|
||||
@@ -163,7 +164,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<Pagination
|
||||
commonFilters={["user", "resource", "operation"]}
|
||||
commonFilters={["user", "resource", "operation", "since"]}
|
||||
resultCount={data.resultChangeLogCount}
|
||||
/>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user