Skip to content

Commit

Permalink
Adiciona o ajuste no nome da licença.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitnnolabs committed Oct 25, 2023
1 parent a83483d commit fc795d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions article/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ def filter_items_to_generate_indicators(
def parameters_for_values(
cls,
by_open_access_status=False,
by_use_license=False,
by_license=False,
by_institution=False,
by_thematic_area_level0=False,
by_thematic_area_level1=False,
Expand All @@ -1152,8 +1152,8 @@ def parameters_for_values(
selected_attributes = ["year"]
if by_open_access_status:
selected_attributes += ["open_access_status"]
if by_use_license:
selected_attributes += ["license"]
if by_license:
selected_attributes += ["license__name"]
if by_apc:
selected_attributes += ["apc"]
if by_institution:
Expand Down

0 comments on commit fc795d8

Please sign in to comment.