Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate new attributes after clicking on "Save and add new"
Browse files Browse the repository at this point in the history
superskip committed Jun 26, 2024
1 parent 4af0d5b commit 083a197
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
@@ -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});
});
}
};

0 comments on commit 083a197

Please sign in to comment.