Skip to content

Commit

Permalink
UHM-7545, disable address fields if no entries available (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
cioan committed Nov 8, 2023
1 parent e80b441 commit 333c7ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ function PersonAddressWithHierarchy(personAddressWithHierarchy) {

// go to the first level we didn't just set
var goToLevel = firstLevelNotIncluded(ui.item.data);
//this will disable next mandatory levels if no entries are configured in the system
preloadLevels(goToLevel);

// if we are using the simple UI navigator, use the NavigatorController so that the simple for UI keeps up
if (typeof(NavigatorController) != 'undefined') {
Expand Down

0 comments on commit 333c7ca

Please sign in to comment.