File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
packages/compas-open-scd/src/addons Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1919 project : CoMPAS Issues Overview Board
2020 column : To do
2121 repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22- - name : add-new-pull-request-to-organization-based-project-column
23- if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24- 25- with :
26- project : CoMPAS Pull Request Overview Board
27- column : To do
28- repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
Original file line number Diff line number Diff line change @@ -413,7 +413,8 @@ export class CompasLayout extends LitElement {
413413 }
414414 ) ;
415415
416- this . addEventListener ( 'userinfo' , this . onUserInfo ) ;
416+ this . onUserInfo = this . onUserInfo . bind ( this ) ;
417+ this . host . addEventListener ( 'userinfo' , this . onUserInfo ) ;
417418 }
418419
419420 private onUserInfo ( event : UserInfoEvent ) {
You can’t perform that action at this time.
0 commit comments