Bug 474168 - Display the Sequence number in the task/event detail pane
Summary: Display the Sequence number in the task/event detail pane
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: otherviews (show other bugs)
Version: 5.22.3
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-05 01:29 UTC by Alexandre Bonneau
Modified: 2025-02-13 12:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 6.4.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Bonneau 2023-09-05 01:29:21 UTC
In the .ics files, each VTODO, VEVENT and VJOURNAL have a SEQUENCE information, which translate to the number of editions this particular element has seen.
It would be useful to show that number at the bottom of the Task/Event detail pane after the 'Creation date', in italic, like `Revision: 12`.

Example in the .ics file:
```
SEQUENCE:12
```

Example of display in Korganizer detail pane:
```
[icon] Create a feature requests for Korganizer

Agenda: Calendar in Nextcloud
Starting date: Friday 28th april 2023 18:30:00 -10
Due date: Monday 4th of September 2023 14:30:00 -10
Duration: 128 days 20 hours
Description: This a task description...
...that can span multiple lines



..and paragraphs.
Tags: Computing, Misc
Pourcentage done : 0 %

Creation date: Monday 27th March 2023 08:30:04 -10
Revision: 12
```
Comment 1 Bug Janitor Service 2025-02-12 17:07:25 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/kcalutils/-/merge_requests/43
Comment 2 Laurent Montel 2025-02-13 12:19:05 UTC
Git commit 4792166db22c8d2eda3ee208c297976a4b200115 by Laurent Montel, on behalf of Allen Winter.
Committed on 13/02/2025 at 08:46.
Pushed by winterz into branch 'master'.

Display the incidence's sequence number in the grantlee templates

Add the incidence's sequence number (ie. revision) in the
grantlee templates when showing the details.
FIXED_IN: 6.4.0

M  +2    -0    autotests/data/event-1.html
M  +2    -0    autotests/data/event-2.html
M  +2    -0    autotests/data/event-allday-multiday.html
M  +2    -0    autotests/data/event-allday.html
M  +2    -0    autotests/data/event-exception-single.html
M  +2    -0    autotests/data/event-exception-thisandfuture.html
M  +2    -0    autotests/data/event-multiday.html
M  +2    -0    autotests/data/journal-1.html
M  +2    -0    autotests/data/todo-1.html
M  +2    -0    autotests/data/todo-2.html
M  +3    -0    src/incidenceformatter.cpp
M  +4    -1    src/templates/event.html
M  +4    -1    src/templates/journal.html
M  +4    -1    src/templates/todo.html

https://invent.kde.org/pim/kcalutils/-/commit/4792166db22c8d2eda3ee208c297976a4b200115