fix bug showing 'required' instead of 'current' rendering additional bindings
This commit is contained in:
parent
e2be137e5d
commit
07e291b511
|
@ -353,7 +353,7 @@ public class AdditionalBindingsRenderer {
|
|||
if (r5) {
|
||||
td.ah(r5 ? corePath+"valueset-additional-binding-purpose.html#additional-binding-purpose-current" : corePath+"terminologies.html#strength", /*!#*/"New records are required to use this value set, but legacy records may use other codes").tx(/*!#*/"Current Binding");
|
||||
} else {
|
||||
td.span(null, /*!#*/"New records are required to use this value set, but legacy records may use other codes").tx(/*!#*/"Required");
|
||||
td.span(null, /*!#*/"New records are required to use this value set, but legacy records may use other codes").tx(/*!#*/"Current");
|
||||
}
|
||||
break;
|
||||
case "preferred" :
|
||||
|
|
Loading…
Reference in New Issue