LoicXIII / emberTds

0 stars 0 forks source link

identifiant du projet #5

Open LoicXIII opened 4 years ago

LoicXIII commented 4 years ago

est ce bien model qu'il faut que je mette dans @model ligne 9 ? quand je met project.id ça ne marche pas, je ne vois pas comment envoyer l'id du projet dans la page de création d'une story https://github.com/LoicXIII/emberTds/blob/e95709f1dac9493590027efd2df0043f26bc5765/app/templates/project.hbs#L9-L12

Mon router https://github.com/LoicXIII/emberTds/blob/e95709f1dac9493590027efd2df0043f26bc5765/app/router.js#L20-L22

Alors que dans story/new j'ai ça : https://github.com/LoicXIII/emberTds/blob/e95709f1dac9493590027efd2df0043f26bc5765/app/routes/story/new.js#L15

dans l'url on obtient : image on a undefined au lieu de l'id du projet

ping @jcheron

jcheron commented 4 years ago

Déjà, ce serait model.project.id Et dans la route, on récupère avec:

  model(params) {
    let {project_id}=params.project_id;
    ...
  },
LoicXIII commented 4 years ago

ça ne fonctionne toujours pas... je retrouve l'erreur : image avec le bouton : image

jcheron commented 4 years ago

Vous n'avez pas re-commité depuis...

LoicXIII commented 4 years ago

vous pouvez voir maintenant ? ping @jcheron

jcheron commented 4 years ago

https://github.com/LoicXIII/emberTds/blob/f82b00376ea1a2b61ec0b7c9aaa308df059188bd/app/templates/project.hbs#L9

Remplacer par:

<LinkTo @route="story.new" @model={{model.project.id}} class="ui orange button">