You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first result is an entity Famille. The second result is the variable famille that I was looking for.
Here is what I expected to happen:
On selecting the second result, the variable with Cotisation famille (employeur) label, I expected to see the famille variable definition.
But here is what happened:
The famille page displays the entity description.
That might be linked to the URL format as it doesn't take the class name and even if it did the uppercase of the Famille entity would be lost at the URL creation.
We could add a suffix/prefix to the entities pages but we also know that using the same name for an entity and a variable isn't a good practice. So, the solution might as well be to encourage openfisca-france to rename the famille variable. 🤔
The text was updated successfully, but these errors were encountered:
Hello,
I looked for the variable
famille
on the legislation explorer for France model:https://fr.openfisca.org/legislation/?q=famille#search-input
Here is the beginning of the search result:
The first result is an entity
Famille
. The second result is the variablefamille
that I was looking for.Here is what I expected to happen:
On selecting the second result, the variable with
Cotisation famille (employeur)
label, I expected to see the famille variable definition.But here is what happened:
The famille page displays the entity description.
That might be linked to the URL format as it doesn't take the class name and even if it did the uppercase of the
Famille
entity would be lost at the URL creation.The text was updated successfully, but these errors were encountered: