------------------------------------------------------------
revno: 21766
committer: jijukjose <jijukj...@gmail.com>
branch nick: dhis2
timestamp: Fri 2016-01-15 17:59:37 +0100
message:
  Modified to show the audit icon when event is created for the first time
modified:
  
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js	2016-01-15 13:38:46 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js	2016-01-15 16:59:37 +0000
@@ -402,6 +402,9 @@
                     if ($scope.currentEvent && $scope.currentEvent !== 'SINGLE_EVENT') {
                         return true;
                     }
+                    if ($scope.type === "attribute" && $scope.selectedTeiId) {
+                        return true;
+                    }
                     return false;
                 }
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to