FreeScout Module: Let users delete their own notes.
Find a file
RienNeVaPlus d6e75cf5f3 v1.1.1
2022-10-29 20:41:33 +02:00
Config initial commit 2022-06-30 10:04:23 +02:00
Http feature: reset conversation preview, implements #1 2022-10-29 20:41:14 +02:00
Providers feature: add action_text informing others about a deleted note, implements #2 2022-10-29 19:29:09 +02:00
Public v1.0.2 2022-09-14 04:35:00 +02:00
Resources/lang translations: add permission and action text 2022-10-29 20:27:26 +02:00
composer.json v1.0.2 2022-09-14 04:35:00 +02:00
module.json v1.1.1 2022-10-29 20:41:33 +02:00
README.md readme: describe action text feature 2022-10-29 20:27:45 +02:00
start.php initial commit 2022-06-30 10:04:23 +02:00


Logo

FreeScout Module: Delete Notes

The Module allows FreeScout users ("support agents") to delete their own notes on conversations.

View on FreeScout.shop · Report Bug · Request Feature

Required FreeScout version: 1.8.22

Translations included: 🇪🇬 Arabic 🇨🇳 Chinese (simp.) 🇨🇳 Chinese (trad.)
🇭🇷 Croatian 🇨🇿 Czech 🇳🇱 Dutch 🇬🇧 English 🇫🇷 French
🇩🇪 German 🇮🇳 Hindi 🇮🇹 Italian 🇯🇵 Japanese 🇵🇱 Polish
🇷🇺 Russian 🇸🇰 Slovak 🇪🇸 Spanish 🇸🇪 Swedish


🎁 This FreeScout Module is free of charge for private and commecial use.
We appreciate if you consider buying one of our other modules though! 🙃

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

The Delete Notes Module allows FreeScout users to delete their own notes, a feature that has been mentioned before, but was never implemented into FreeScout.

In order to delete notes, the user is required to have acces to the (new) "Users are allowed to delete their own notes" permission:

FreeScout user permissions dialog with new "Users are allowed to delete their own notes" option.
Not all users have to be able to delete notes.

When the permission is granted, a new entry in the thread dropdown menu will appear:

A FreeScout note with the dropdown menu opened, displaying a new option to delete the note.
How to delete a FreeScout note?

And after a simple prompt - who would've guessed - the note is gone for good.

Other users will see an action text, informing them about the deletion and date:

A FreeScout note with the dropdown menu opened, displaying a new option to delete the note.
When an admin deletes a note, the action text is omitted.

(back to top)

Built With

(back to top)

Getting Started

TLDR; unpack Module ZIP into /Module folder.

Prerequisites

  • Make sure you have write access to the Modules directory of your FreeScout installation.
  • The required FreeScout Version is 1.8.15. Go to "Manage" > "System" to see your current version.

Installation

  1. Download the module file (for free) from FreeScout.shop
  2. Open the FreeScout Modules folder, usually located at /var/www/html/Modules
  3. Unzip the downloaded module file into the /Modules folder
  4. Remove the ZIP file
  5. In FreeScout, go to "Manage" > "Modules"
  6. Click on "Activate" to enable the module
  7. Clear the FreeScout cache via Manage > System > Tools > Clear cache

(back to top)

Contact

FreeScout.shop - service@freescout.shop

Download Link: https://freescout.shop/downloads/freescout-module-delete-notes/

Repository Link: https://github.com/FreeScout-shop/delete-notes

(back to top)