|
@@ -91,7 +91,7 @@ export class AssemblyPfvFactory extends PfvAbstractFactory<{instanceSequenceConf
|
|
if(this.assemblyModelSate.get("entryId") != null) {
|
|
if(this.assemblyModelSate.get("entryId") != null) {
|
|
module = await buildInstanceSequenceFv(
|
|
module = await buildInstanceSequenceFv(
|
|
this.rcsbFvDivId,
|
|
this.rcsbFvDivId,
|
|
- RcsbFvDOMConstants.SELECT_INSTANCE_PFV_ID,
|
|
|
|
|
|
+ RcsbFvDOMConstants.SELECT_BUTTON_PFV_ID,
|
|
this.assemblyModelSate.getString("entryId"),
|
|
this.assemblyModelSate.getString("entryId"),
|
|
{
|
|
{
|
|
...this.instanceSequenceConfig,
|
|
...this.instanceSequenceConfig,
|
|
@@ -142,7 +142,7 @@ export class AssemblyPfvFactory extends PfvAbstractFactory<{instanceSequenceConf
|
|
this.assemblyModelSate.setOperator(undefined,operatorName);
|
|
this.assemblyModelSate.setOperator(undefined,operatorName);
|
|
RcsbFvUI.addSelectButton(
|
|
RcsbFvUI.addSelectButton(
|
|
this.rcsbFvDivId,
|
|
this.rcsbFvDivId,
|
|
- RcsbFvDOMConstants.SELECT_INSTANCE_PFV_ID,
|
|
|
|
|
|
+ RcsbFvDOMConstants.SELECT_BUTTON_PFV_ID,
|
|
currentChainInfo.operators.map(op=>({
|
|
currentChainInfo.operators.map(op=>({
|
|
label:`${op.ids.join("-")} (${op.name})`,
|
|
label:`${op.ids.join("-")} (${op.name})`,
|
|
optId:op.name,
|
|
optId:op.name,
|