Skip to content

Commit b0958ec

Browse files
authored
fix: [DHIS2-17646] generate new attributes after using "Save and add new" (#1961)
1 parent 4af0d5b commit b0958ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/registration/registration-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ trackerCapture.controller('RegistrationController',
476476
$scope.apiFormattedTei = {};
477477
$scope.currentEvent = {};
478478
$timeout(function() {
479-
$rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION'});
479+
$rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION', generateAttributes: true});
480480
});
481481
}
482482
};

0 commit comments

Comments
 (0)