We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e823a5 commit 56c570dCopy full SHA for 56c570d
src/foam/u2/view/ReadReferenceView.js
@@ -156,7 +156,7 @@ foam.CLASS({
156
.attrs({ href: '#' })
157
.on('click', (evt) => {
158
evt.preventDefault();
159
- if ( self.linkTo == 'permissioned' ) {
+ if ( self.linkTo == 'daoSummary' ) {
160
this.routeToDAO(this.__subContext__[this.prop.targetDAOKey], this.obj?.id)
161
} else if ( self.linkTo.includes('/') ) {
162
this.routeTo('#' + this.linkTo);
@@ -224,7 +224,7 @@ foam.CLASS({
224
225
// have permission to service.{prop.targetDAOKey} ?
226
else if ( this.__subContext__[this.prop.targetDAOKey] ) {
227
- this.linkTo = 'permissioned';
+ this.linkTo = 'daoSummary';
228
await this.maybeEnableLink();
229
return;
230
}
0 commit comments