Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Refactor API - remove column.hidden#473

Merged
Marc-Andre-Rivet merged 1 commit into
masterfrom
refactor-api-hidden
Jun 18, 2019
Merged

Refactor API - remove column.hidden#473
Marc-Andre-Rivet merged 1 commit into
masterfrom
refactor-api-hidden

Conversation

@Marc-Andre-Rivet

@Marc-Andre-Rivet Marc-Andre-Rivet commented Jun 18, 2019

Copy link
Copy Markdown
Contributor

Overlooked as part of #446. Removing column.hidden nested prop -- will be reworked / added back under a different guise with #314

Removing or modifying the affected tests (base on whether the test is specifically about hiding); keeping the inner mechanic intact for the 314 changes to come which will require it again.

{ name: ['City', 'Montreal'], id: 'montreal' },
{ name: ['City', 'Toronto'], id: 'toronto' },
{ name: ['City', 'Ottawa'], id: 'ottawa', hidden: true },
{ name: ['City', 'Ottawa'], id: 'ottawa' },

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This test is still interesting w/o the hidden nested prop. Keeping it!

@alexcjohnson alexcjohnson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

+4 / -95 what's not to like! 🔪 🔪 🔪

Good catch 💃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants