Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update table #1133

Merged
merged 4 commits into from
Oct 23, 2024
Merged

Update table #1133

merged 4 commits into from
Oct 23, 2024

Conversation

soridalac
Copy link
Contributor

What does this PR do?

update table

What issues does this PR fix or reference?

@W-16736207@

package.json Outdated
@@ -7,7 +7,7 @@
"dependencies": {
"@salesforce/core": "^8.6.1",
"@salesforce/kit": "^3.2.2",
"@salesforce/sf-plugins-core": "^11.3.12",
"@salesforce/sf-plugins-core": "^12",
Copy link
Contributor

Choose a reason for hiding this comment

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

try using ^12.0.7 here to get the failing windows tests to pass

this.styledHeader('Permsets Assigned');
this.table(this.successes, { name: { header: 'Username' }, value: { header: 'Permission Set Assignment' } });
this.styledHeader('Partial Success');
Copy link
Contributor

Choose a reason for hiding this comment

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

why did this styled header move below the Permsets Assigned one? Also, should the Permsets Assigned header be removed?

@mdonnalley mdonnalley merged commit 8e3975d into main Oct 23, 2024
13 checks passed
@mdonnalley mdonnalley deleted the updateTable branch October 23, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants