mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #64423
[Bug 1952540] Re: Issues with 'Current submissions' and 'Archived submissions'
Notes from Robert:
ok looking at htdocs/theme/raw/templates/admin/users/searchusernamecolumn.tpl if the viewer of the page is an institution admin but they are not an institutional admin of the person who submitted the archive they don't get the link with the username
so I'm guessing something like the following scenario - institution admin is in institution one and in group A - submitter is in group A as well but is in institution two
I have noticed a problem on the current submissions tab - if an
institution admin submits a page to a group where they are only a group
member they can see the submission listed with a checkbox to allow for
release but nothing happens when they try to release it.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1952540
Title:
Issues with 'Current submissions' and 'Archived submissions'
Status in Mahara:
Confirmed
Status in Mahara 21.10 series:
Confirmed
Status in Mahara 22.04 series:
Confirmed
Bug description:
There are a couple of issues with the submission reporting screens in
Admin menu -> Groups -> Current / Archived submissions
1. On the tab 'Current submissions', the column header 'Submitted on'
can be clicked but the table is not actually sorted according to the
date.
To replicate:
1. Submit a few portfolios at different times or manipulate the database to get different dates.
2. Sort the column 'Submitted on'.
Results:
- Expected: The results are sorted in ascending or descending order.
- Actual: Nothing happens.
2. On the tab 'Current submissions', the CSV file contains the column
'archivectime' but that is empty because the submission hasn't been
archived yet. Instead, it should display the submitted time in a
human-readable time format like we use in the 'Account details' report
for example so that the column can be sorted in the CSV file.
3. On the tab 'Current submissions', the CSV file should not contain
the columns 'filetitle', 'filepath', and 'filename' because they are
irrelevant for this report.
4. On the tab 'Archived submissions', the CSV file contains the column
'archivectime' that contains data. It is the Unix timestamp though
that is hard to read. Instead, it should display the timestamp in a
human-readable yet also sortable fashion like in the 'Account details'
report for the 'login date' when exported as CSV.
5. On the tab 'Archived submissions', the 'ID' help text has been
mislabeled. It should read 'The ID of the archive file on the server.
That allows you to match it to the file mentioned in the CSV
download.' However, right now, it takes the help text for the ID field
on the 'Current submissions' screen.
6. On both tabs when logged in as institution admin, the usernames are
not linked to their /admin/users/edit.php?id= page. This is the case
for site admins though.
Combining the two menu items into one is taken care of in bug
#1949421.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1952540/+subscriptions
References