Skip to content

Links between projects appear to be broken #243

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

Closed
acorncom opened this issue Jun 29, 2017 · 3 comments
Closed

Links between projects appear to be broken #243

acorncom opened this issue Jun 29, 2017 · 3 comments
Assignees

Comments

@acorncom
Copy link
Member

When clicking the Ember.ArrayProxy link below on https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/DS.RecordArray, my destination link is https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/Ember.ArrayProxy instead of https://www.emberjs.com/api-beta/ember/2.13.3/classes/Ember.ArrayProxy

screen shot 2017-06-29 at 12 01 40 pm

@MartinMalinda
Copy link
Contributor

Clicking https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/DS.RecordArray, I am getting Internal Server Error

@toddjordan toddjordan added this to the v1 milestone Jun 29, 2017
@MartinMalinda
Copy link
Contributor

The reason for the 500 and FB breaking is.
The issue is here, where version ends up undefined.

let version = Ember.getOwner(this).lookup('controller:project-version').get('model.version');

It looks like a race condition issue. Trying to access the controller befaure it got its model. I think after the merge of #239 it will be easier to get the version from metaStore or routerService

@toddjordan
Copy link
Contributor

looks to be broken until we merge #239 is merged

@toddjordan toddjordan modified the milestones: v1.1, v1 Jul 11, 2017
@toddjordan toddjordan removed this from the v1.1 milestone Oct 12, 2017
Gaurav0 pushed a commit to Gaurav0/ember-api-docs that referenced this issue Sep 16, 2019
* Update routes-and-templates.md

Updated diff insertion markers on last diff under "Navigating with Links".

* Update routes-and-templates.md on v3.5.0

Change diff lines on the right version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants