RA-429 : deleting duplicate concepts#39
RA-429 : deleting duplicate concepts#39mozzy11 wants to merge 1 commit intoopenmrs:masterfrom mozzy11:RA-429
Conversation
| import org.openmrs.Concept; | ||
| import org.openmrs.api.context.Context; | ||
|
|
||
| public class AdministrativeNotification { |
There was a problem hiding this comment.
Has this class got anything to do with the ticket?
There was a problem hiding this comment.
well i was just trying to figure out , how i can display an administrative notification on the user UI .. but i failed to get exactly an example of how to use the org.openmrs.module.appframework.factory.AdministrativeNotificationProduce
There was a problem hiding this comment.
How is it related to this ticket?
There was a problem hiding this comment.
i thought that method can be used to check whether duplicate concepts exists , and then trigers the administration Notification requested by he ticket
There was a problem hiding this comment.
though am not yet sure how to display an administration notification on the UI as done in the atlas module. i failed to gt any reference documentation on how to do it
There was a problem hiding this comment.
oh ya samwel , acoording to the acceptance criteria ...
Upon upgrading an existing OpenMRS installation, if it has two TRUE or FALSE concepts, the administrator should be shown instructions about how to clean this up in their database.
There was a problem hiding this comment.
soi was trying out making a method that will trigger the amin notification
There was a problem hiding this comment.
but am soon pushing , i have modified that
There was a problem hiding this comment.
hi dan , let me close this PR, i have created a new one
There was a problem hiding this comment.
https://issues.openmrs.org/browse/RA-429
added liquibase file that deletes duplicate concepts