Skip to content
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

Inconsistency between views for stated license #8789

Closed
2 tasks done
comradekingu opened this issue Feb 13, 2023 · 2 comments
Closed
2 tasks done

Inconsistency between views for stated license #8789

comradekingu opened this issue Feb 13, 2023 · 2 comments
Labels
wontfix Nobody will work on this.

Comments

@comradekingu
Copy link
Contributor

Describe the issue

https://hosted.weblate.org/projects/ultrasonic/#information has a little graphic saying GPL-3.0
as does
https://hosted.weblate.org/projects/ultrasonic/#components and
https://hosted.weblate.org/projects/ultrasonic/app/

but not
https://hosted.weblate.org/projects/ultrasonic/app/#information or
https://hosted.weblate.org/projects/ultrasonic/app/nb_NO/#information
where it is written out in full GNU General Public License v3.0 or later

I already tried

  • I've read and searched the documentation.
  • I've searched for similar issues in this repository.

Steps to reproduce the behavior

  1. Go to the different links above
  2. Expect the same way to display the license between all of them
  3. Find it is not the case

Expected behavior

Expected it to be the little textbox graphic everywere.

Screenshots

bilde
vs
bilde

Exception traceback

No response

How do you run Weblate?

weblate.org service

Weblate versions

No response

Weblate deploy checks

No response

Additional context

The field is gray in
https://hosted.weblate.org/projects/ultrasonic/#information
vs white in
https://hosted.weblate.org/projects/ultrasonic/app/#information

and it is field number 3 vs nr 4.

It would be nice if all fields were white, and the license field was always nr. 3.

@nijel
Copy link
Member

nijel commented Feb 15, 2023

The badges at project level are intentionally simplified:

@property
def license_badge(self):
"""Simplified license short name to be used in badge."""
return self.license.replace("-or-later", "").replace("-only", "")

nijel added a commit that referenced this issue Feb 15, 2023
This makes it consistent with project view.

Issue #8789
@github-actions
Copy link

This issue has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!

@github-actions github-actions bot added the wontfix Nobody will work on this. label Feb 26, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Nobody will work on this.
Projects
None yet
Development

No branches or pull requests

2 participants