forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Align to AgroPortal release 3.0.1 #108
Merged
syphax-bouazzouni
merged 17 commits into
lifewatch-eric:master
from
ontoportal-lirmm:feature/ecoportal/align-to-agroportal-3.0
Nov 19, 2024
Merged
Feature: Align to AgroPortal release 3.0.1 #108
syphax-bouazzouni
merged 17 commits into
lifewatch-eric:master
from
ontoportal-lirmm:feature/ecoportal/align-to-agroportal-3.0
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…button in browse results (#828) * fix broken switch style when using a long text with it * don't show current portal name button in browse page results * adjest switch text max-width only for browse filter * don't show portal name only if it's unique in browse page federated results
* replace unexisting key :ontology_acronym and get the ontology acronym from the ontology_id when checking ontology duplication in federation * clean code of merge federated results method
* update select_language_label helper to select f no english found any language remaining over the not tagged * disable label ajax container * create label fetch component that for a id/uri fetch its label if found * add the possibility for the turbo frame to have custom error messages * remove and replace ontology entities link helpers * replace the label-ajax stimulus with turbo frame using ajax_link_chip * fix an uncatched error in concept label helper * remove label-ajax stimulus code * remove bp_ajax_controller old js code and update mappings to use the label fetcher component * fix bug of not opening eternal mapping details popup * remove label_link component * add a helper for the label fetcher component for clarity * add extern_link argument to ajax_link_chip to enforce external or not
* update select_language_label helper to select f no english found any language remaining over the not tagged * remove ontology bridge code * remove ont_viewer data jquery code * remove no existent fetch_results action code
* in home page move metrics up and have news if not enabled * move metrics section up in the summary page * Update home statistics layout to improve balance and alignment --------- Co-authored-by: Bilel KIHAL <[email protected]>
…746) Co-authored-by: Bilel KIHAL <[email protected]>
* include all when loading the user, to make sure we get ontologies acronyms in usrer.subscription list * fix watch button count
…748) * don't auto select as local language a disabled language (e.g DE) * enforce resolvability-checks icons to always use portal primary color * remove enforcing resolvability color
…n selection showing content missing or an error alert (#846) * enforce add comment and proposal buttons to use turbo top frame to prevent content missing * make the notes form use the correct button component * fix property content missing message * fix not selecting a collection message error
…ept mapping table API calls (#842) * fix label ajax for no more existent ontologies * use label fetched for classes in the notes table * optimize the calls done for the concept mapping table * fix home page bubbles if no analytics enabled
…n link (#850) * detect if the taxonomy description is a link and handle that * make portal name dynamic in taxonomy page description * retouch taxonomy page description * use link? helper in taxonomy card component instead of creating another one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
syphax-bouazzouni
merged commit Nov 19, 2024
29eedf8
into
lifewatch-eric:master
2 of 6 checks passed
This was referenced Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See details in ontoportal-lirmm#839