regardscitoyens / the-law-factory

Track the french law-making process
https://www.lafabriquedelaloi.fr
GNU Affero General Public License v3.0
76 stars 15 forks source link

[mod2] select one division for display and make it accessible via url #59

Closed RouxRC closed 10 years ago

RouxRC commented 10 years ago

so that it can be linked directly from module1's article textzone

fenicento commented 10 years ago

handled in 956be7f5387bd67fe4602d6c280319a09ea1a92b

It would be nice to have a field telling if for such article at a given step, amendements are available (not sure if we have such information, maybe just check the diff?))

RouxRC commented 10 years ago

Let's just use a combination of "step.has_amendment && article.n_diff"

fenicento commented 10 years ago

done in 2968f2a3ddf435d2cf7e46c6c78d41cd853646a1 There are still some cases in which no amendements are available for the selected article and step. In this case mod2 loads in default mode, without highlighting any row

RouxRC commented 10 years ago

yep seen it, perfect, I've added a stronger check on the articles info in ee1e100cce0f42b02e3c55ac4b3c750fad95d558 and am closing this now