Skip to content

Add documentation for #2362#2369

Merged
eikek merged 3 commits intoeikek:masterfrom
madduck:2345-docs
Nov 12, 2023
Merged

Add documentation for #2362#2369
eikek merged 3 commits intoeikek:masterfrom
madduck:2345-docs

Conversation

@madduck
Copy link
Copy Markdown
Contributor

@madduck madduck commented Nov 10, 2023

Document the new set-date addon action introduced by #2362.

@eikek
Copy link
Copy Markdown
Owner

eikek commented Nov 11, 2023

Didn't see this when looking at the PR:

[error] /home/runner/work/docspell/docspell/website/src/main/scala/docspell/website/AddonOutputExample.scala:18:30: integer number too large
[error]           ItemAction.SetDate(1699632496000),

I think you can simply add a L at the end of the number, to make it a 64bit int. By default java and scala use a 32bit int. So it would be 1699632496000L.

@madduck
Copy link
Copy Markdown
Contributor Author

madduck commented Nov 11, 2023

@eikek New commit pushed.

@madduck madduck force-pushed the 2345-docs branch 2 times, most recently from fd0192a to c1a3b40 Compare November 12, 2023 10:56
Document the new `set-date` addon action introduced by eikek#2362.

Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: martin f. krafft <madduck@madduck.net>
@madduck madduck force-pushed the 2345-docs branch 2 times, most recently from d26f1d2 to ffce586 Compare November 12, 2023 11:23
@eikek eikek merged commit fe72fbe into eikek:master Nov 12, 2023
@madduck madduck deleted the 2345-docs branch January 16, 2024 16:17
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.

2 participants