Skip to content

Commit

Permalink
fix: [DHIS2-17646] generate new attributes after using "Save and add …
Browse files Browse the repository at this point in the history
…new" (#1961)
  • Loading branch information
superskip authored Jun 26, 2024
1 parent 4af0d5b commit b0958ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/registration/registration-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ trackerCapture.controller('RegistrationController',
$scope.apiFormattedTei = {};
$scope.currentEvent = {};
$timeout(function() {
$rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION'});
$rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION', generateAttributes: true});
});
}
};
Expand Down

0 comments on commit b0958ec

Please sign in to comment.