Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #866 (new task)

Opened 5 months ago

Last modified 5 months ago

When managing groups of items (Locations,Encounter Types, etc), deleting with no item selected should be handled gracefully

Reported by: dkayiwa Assigned to: somebody
Priority: trivial Milestone: OpenMRS 1.4
Component: OpenMRS Code Base Keywords: HISA2008
Cc: bwolfe Introductory Ticket:

Description

When managing Privileges,Alerts,Identifier Types,Relationship Types, Person Attributes,Locations,Encounter Types,Mime Types,Drug Order Types and Concept Classes, clicking the "Delete" button without selecting any of the listed items results into a null pointer exception. The user could possibly be told to first select atleast an item to delete, or just told that no items were deleted (As it is done for Manage Field Types)

Attachments

AlertListController_Expire.patch (1.6 kB) - added by dkayiwa on 06/24/08 07:23:14.
patch for displaying a user friendly message when not alerts are selected to expire
ConceptClassListController_delete.patch (3.2 kB) - added by dkayiwa on 06/24/08 07:26:51.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete concepts
LocationListController_delete.patch (3.4 kB) - added by dkayiwa on 06/24/08 07:27:19.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete locations
MimeTypeListController_delete.patch (3.4 kB) - added by dkayiwa on 06/24/08 07:27:42.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete mime types
OrderTypeListController_delete.patch (3.2 kB) - added by dkayiwa on 06/24/08 07:28:15.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete drug order types
PatientIdentifierTypeListController.patch (3.0 kB) - added by dkayiwa on 06/24/08 07:30:08.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete patient identifier types
PersonAttributeTypeListController_delete.patch (2.0 kB) - added by dkayiwa on 06/24/08 07:30:34.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete person attribute types
PrivilegeListController_delete.patch (3.4 kB) - added by dkayiwa on 06/24/08 07:31:02.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete privileges
RelationshipTypeListController_delete.patch (3.3 kB) - added by dkayiwa on 06/24/08 07:31:26.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete relationthing types
RoleListController_delete.patch (3.3 kB) - added by dkayiwa on 06/24/08 07:31:46.
patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete roles
message.properties_delete.patch (4.1 kB) - added by dkayiwa on 06/24/08 07:35:31.
patch for displaying a user friendly messages when data integrity violation exceptions are thrown when deleting data

Change History

06/24/08 07:23:14 changed by dkayiwa

  • attachment AlertListController_Expire.patch added.

patch for displaying a user friendly message when not alerts are selected to expire

06/24/08 07:26:51 changed by dkayiwa

  • attachment ConceptClassListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete concepts

06/24/08 07:27:19 changed by dkayiwa

  • attachment LocationListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete locations

06/24/08 07:27:42 changed by dkayiwa

  • attachment MimeTypeListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete mime types

06/24/08 07:28:15 changed by dkayiwa

  • attachment OrderTypeListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete drug order types

06/24/08 07:30:08 changed by dkayiwa

  • attachment PatientIdentifierTypeListController.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete patient identifier types

06/24/08 07:30:34 changed by dkayiwa

  • attachment PersonAttributeTypeListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete person attribute types

06/24/08 07:31:02 changed by dkayiwa

  • attachment PrivilegeListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete privileges

06/24/08 07:31:26 changed by dkayiwa

  • attachment RelationshipTypeListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete relationthing types

06/24/08 07:31:46 changed by dkayiwa

  • attachment RoleListController_delete.patch added.

patch for displaying a user friendly messages for exceptions thro.wn when attempting to delete roles

06/24/08 07:35:31 changed by dkayiwa

  • attachment message.properties_delete.patch added.

patch for displaying a user friendly messages when data integrity violation exceptions are thrown when deleting data

06/25/08 20:43:26 changed by bwolfe

  • milestone changed from OpenMRS 1.3 to OpenMRS 1.4.

These patches will be applied before the 1.4 release