Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Last changed by" is updating the changed by name of the parent page, but not the date #1122

Closed
kevrl opened this issue Feb 20, 2024 · 1 comment · Fixed by #1284
Closed
Assignees
Labels
bug Something isn't working

Comments

@kevrl
Copy link

kevrl commented Feb 20, 2024

Describe the bug
When creating a sub page to a page in Nextcloud Collectives it will have a timestamp with the last edit like this: "Last changed by kevrl seconds ago".
the parent page to the sub page will have it's name updated to whoever edited or created this new sub page.
Example:
If I create a new sub page on an already existing page that have been edited by someone else, then my name will show up as "last changed by" but the timestamp will be unchanged for the parent page.

To Reproduce
Steps to reproduce the behavior:

  1. Open up Nextcloud Collectives
  2. Select a collective
  3. Select an existing page (That has been last changed by some other user than you)
  4. Press the "+" symbol to the right of the page name to create a sub page.
  5. Write anything in the new page
  6. Save
  7. Go to parent page
  8. Check the "last changed by"

Expected behavior
I would expect that one of the following would happen:
A) The Name and Date of the parent page should not be updated at all
B) The Name and Date of the parent page should both be updated.

Screenshots
Screenshot of the parent page:
image

Screenshot of the sub page:
image

Server details:

  • Collectives app version: TBA
  • Nextcloud version: 27.1.5.1
  • PHP Version: 8.2.15
  • Database: MySQL 10.7.8

Client details:

  • OS: Arch Linux x86_64
  • Browser: Firefox
  • Browser version: 122.0.1 (64-bit)
  • Device: Desktop
@kevrl kevrl added the bug Something isn't working label Feb 20, 2024
@arnowelzel
Copy link

In the latest version (2.10.1 running in Nextcloud 29.0.0) even the name is missing now. None of my documents has any name at all and the date is always referring to the creation date of the document and not to the last update.

image

mejo- added a commit that referenced this issue May 21, 2024
Fixes: #1122

Signed-off-by: Jonas <jonas@freesources.org>
@mejo- mejo- self-assigned this May 21, 2024
mejo- added a commit that referenced this issue May 27, 2024
Fixes: #1122

Signed-off-by: Jonas <jonas@freesources.org>
mejo- added a commit that referenced this issue May 27, 2024
Fixes: #1122

Signed-off-by: Jonas <jonas@freesources.org>
mejo- added a commit that referenced this issue May 27, 2024
Fixes: #1122

Signed-off-by: Jonas <jonas@freesources.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ☑️ Done
Development

Successfully merging a pull request may close this issue.

3 participants