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

Connection Tracking Pt 3: Changed connections to use 'tracked_' property #3133

Merged
merged 7 commits into from
Oct 7, 2019

Conversation

BeksOmega
Copy link
Collaborator

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide

The details

Resolves

N/A

Proposed Changes

Changes all reference to hidden_ or inDb_ to tracked_.

There were also quite a few picky doc changes that went with this.

Reason for Changes

These meant /slightly/ different things before, but they were similar enough that it seemed weird to have two properties. It also seemed confusing to have a property named 'hidden_' that didn't always reflect the visibility of the connection (since it had to do with database tracking, not visibility).

Test Coverage

Already has tests coverage.

Reenabed two disable tests.

Tested on:

Documentation

N/A

Additional Information

Related to #2994

@rachel-fenichel
Copy link
Collaborator

Holding until after we cut the release (tomorrow)

core/block_svg.js Outdated Show resolved Hide resolved
@rachel-fenichel
Copy link
Collaborator

Good call on the naming. It feels less awkward.

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