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

Ability to stop the publication of quoted sections #7081

Closed
RichardTaylor opened this issue Jun 9, 2022 · 3 comments
Closed

Ability to stop the publication of quoted sections #7081

RichardTaylor opened this issue Jun 9, 2022 · 3 comments
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:redaction stale Issues with no activity for 12 months x:uk

Comments

@RichardTaylor
Copy link

Often censor-rule challenges relate to material under "show quoted sections".

If the display of such material could be turned off for a message, or thread, this could greatly speed up the removal of problematic material from a thread.

@RichardTaylor RichardTaylor added the easier-admin Make issues easier to resolve label Jun 9, 2022
@FOIMonkey
Copy link
Collaborator

+1 This would be really helpful.

@garethrees
Copy link
Member

garethrees commented Sep 14, 2022

Context

Often censor-rule challenges relate to material under "show quoted sections", which are usually of less value than the main body text of a message. If the display of such material could be turned off, we could greatly speed up the removal of problematic material from a thread.

Scope

We'll tackle this on a per-message basis.

We can add a simple Boolean field to IncomingMessage so that it can be toggled by admins. This should be set to true by default, and then unchecked if we want to disable them.

Screenshot 2022-09-14 at 14 43 35

When unchecked, we:

  1. Shouldn't render the link to "show quoted sections" for that message
  2. Shouldn't render the quoted sections for that message if the ?unfold=1 parameter is present (i.e. if a user has clicked on "show quoted sections" for a different incoming message)

Technical Considerations

We'll want to check that this value is adhered to in at least:

  • The PDF export / Zip download of requests
  • The text for search indexing

Out of Scope

As described above, we won't tackle this on a whole request basis.

It will be easy to set multiple messages on a request through the console, and not that annoying to do via the admin interface in all but the longest threads.

The one benefit of tackling on a whole-request basis would be that we can guard against future responses that may contain problematic material in the quoted sections. We can come back to that in a future issue, once we've got the basic mechanics in place (and once some of the related code gets a little tidier through this initial scope!).

@garethrees garethrees changed the title Ability for admins to stop the publication of material below "show quoted sections" on a message or whole thread Ability for admins to stop the publication quoted sections" on a message or whole thread Sep 14, 2022
@garethrees garethrees changed the title Ability for admins to stop the publication quoted sections" on a message or whole thread Ability for admins to stop the publication quoted sections Sep 14, 2022
@garethrees garethrees changed the title Ability for admins to stop the publication quoted sections Ability to stop the publication quoted sections Sep 14, 2022
@garethrees garethrees changed the title Ability to stop the publication quoted sections Ability to stop the publication of quoted sections Sep 14, 2022
@garethrees garethrees added this to the Reduce Admin Burden milestone Sep 26, 2022
@HelenWDTK HelenWDTK added the stale Issues with no activity for 12 months label Nov 19, 2024
@HelenWDTK
Copy link
Contributor

This issue has been automatically closed due to a lack of discussion or resolution for over 12 months.
Should we decide to revisit this issue in the future, it can be reopened.

@HelenWDTK HelenWDTK closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:redaction stale Issues with no activity for 12 months x:uk
Projects
None yet
Development

No branches or pull requests

4 participants