Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(site): fix parameters' request upon template variables update#11898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 4 commits intomainfrombq/fix-missing-parameters-all-the-time
Jan 30, 2024

Conversation

BrunoQuaresma
Copy link
Collaborator

@BrunoQuaresmaBrunoQuaresma requested a review froma teamJanuary 29, 2024 17:33
@BrunoQuaresmaBrunoQuaresma self-assigned thisJan 29, 2024
@BrunoQuaresmaBrunoQuaresma requested review fromaslilac and removed request fora teamJanuary 29, 2024 17:33
Comment on lines +114 to +120
<Fragment key={k}>
{k === "scope" ? (
<ProvisionerTagkey={k}k={k} v={tags[k]} />
<ProvisionerTag k={k} v={tags[k]} />
) : (
<ProvisionerTag
key={k}
k={k}
v={tags[k]}
onDelete={onDelete}
/>
<ProvisionerTag k={k} v={tags[k]} onDelete={onDelete} />
)}
</>
</Fragment>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

this doesn't even need to be a fragment, both branches only return one element. I guess it's nice to only specify the key in one place tho.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yes!

@BrunoQuaresmaBrunoQuaresma changed the titlefix(site): fix parameters getting asked on template variables updatefix(site): fix parameters' request upon template variables updateJan 30, 2024
@BrunoQuaresmaBrunoQuaresma merged commit4b27c77 intomainJan 30, 2024
@BrunoQuaresmaBrunoQuaresma deleted the bq/fix-missing-parameters-all-the-time branchJanuary 30, 2024 11:03
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 30, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@aslilacaslilacaslilac approved these changes

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

constantly prompted for missing variables when entering template editor
2 participants
@BrunoQuaresma@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp