Skip to content

kid1194/frappe-list-unassign-from

Repository files navigation

Frappe List Unassign From

A Frappe plugin that adds the support of unassign from users for single and multiple list selection.


Special Thanks

A simple display of gratitude and appreciation to those who provided help and kind support.


List Unassign From

List Unassign From


Table of Contents


Requirements

  • Frappe >= v13.0.0

Setup

Install

  1. Get the plugin from Github

(Required only once)

bench get-app https://github.com/kid1194/frappe-list-unassign-from

  1. Install the plugin on any instance/site you want

bench --site [sitename] install-app frappe_list_unassign_from

  1. Check the usage section below

Update

  1. Go to the app directory (frappe-bench/apps/frappe_list_unassign_from) and execute:

git pull

  1. Go back to the frappe-bench directory and execute:

bench --site [sitename] migrate

  1. In case you need to restart bench, execute:

bench restart

Uninstall

  1. Uninstall the plugin from the instance/site

bench --site [sitename] uninstall-app frappe_list_unassign_from

  1. Uninstall the plugin from bench

bench remove-app frappe_list_unassign_from


Usage

  1. Go to any doctype's list, ex: Role, and select a single or multiple entries
  2. Click on the Actions button from the top of the page and click on Unassign From action
  3. From the Remove From ToDo dialog, add the users that you want to unassign the entries from
  4. Finally, click on the Remove button at the bottom of the dialog

Issues

If you find bug in the plugin, please create a bug report and let us know about it.


License

This repository has been released under the MIT License.

About

A Frappe plugin that adds the support of unassign from users for single and multiple list selection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published