Skip to content

Commit 1a573f8

Browse files
committed
Merge branch 'prokach-patch-1' into dev
2 parents 36125a6 + 7d395e4 commit 1a573f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controls/fields/fieldLookupRenderer/FieldLookupRenderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class FieldLookupRenderer extends React.Component<IFieldLookupRendererPro
128128
//
129129
if (this.state.dispFormUrl) {
130130
this.setState({
131-
lookupDispFormUrl: `${this.state.dispFormUrl}&ID=${lookup.lookupId}&RootFolder=*&IsDlg=1`,
131+
lookupDispFormUrl: `${this.state.dispFormUrl}?ID=${lookup.lookupId}&RootFolder=*&IsDlg=1`,
132132
hideDialog: false
133133
});
134134
}
@@ -147,7 +147,7 @@ export class FieldLookupRenderer extends React.Component<IFieldLookupRendererPro
147147

148148
return {
149149
dispFormUrl: dispFormUrl,
150-
lookupDispFormUrl: `${dispFormUrl}&ID=${lookup.lookupId}&RootFolder=*&IsDlg=1`
150+
lookupDispFormUrl: `${dispFormUrl}?ID=${lookup.lookupId}&RootFolder=*&IsDlg=1`
151151
};
152152
});
153153
});

0 commit comments

Comments
 (0)