Skip to content

Conversation

@ViktorSlavov
Copy link
Contributor

@ViktorSlavov ViktorSlavov commented Aug 10, 2021

Related #9927

Changes to TsServerHost and handling of ngLS introduced in this PR force UpdateChange.getLanguageServiceForFile() to work only with absolute paths. This breaks the migration for GridPagingMode in 11.1.x (which uses relative paths).

That migration is now moved to the members.json (as IvyLS enables it to work).

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

templateUrl: "./paging-test.component.html"
})
export class CsvExportComponent {
public pagingLocal: GridPagingMode = GridPagingMode.local;
Copy link
Member

Choose a reason for hiding this comment

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

I know it's pending, but shouldn't this be GridPagingMode.Local with capital as the migration is expected to replace?

@jackofdiamond5 jackofdiamond5 added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Aug 13, 2021
@Lipata Lipata merged commit 7eef284 into 12.1.x Aug 13, 2021
@Lipata Lipata deleted the vslavov/grid-paging-migrations-12.1.x branch August 13, 2021 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

migrations version: 12.1.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants