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

Api téléchargement formulaire #37 #63

Open
wants to merge 2 commits into
base: Api_telechargement
Choose a base branch
from

Conversation

Naminoshin
Copy link
Collaborator

@Naminoshin Naminoshin commented Oct 24, 2024

Description

Permet la résolution du problème lorsuque l'utilisateur demande plus de résultats. La modification porte sur la remise à zero des paramètres de recherche.

Architectural changes

The following library now depends on [...]

Screenshots

[...]

Quality Assurance Checklist

  • Commit history is devoid of any merge commits and readable to facilitate reviews
  • If new logic ⚙️ is introduced: unit tests were added
  • If new user stories 🤏 are introduced: E2E tests were added
  • If new UI components 🕹️ are introduced: corresponding stories in Storybook were created
  • If breaking changes 🪚 are introduced: add the breaking change label
  • If bugs 🐞 are fixed: add the backport <release branch> label
  • The documentation website 📚 has received the love it deserves

This work is sponsored by Organization ABC.

…sait plus de résultat et qu'on setup un format, un crs ou sa zone, le form n'affichait rien
@mmohadIGN mmohadIGN changed the title fix(formapi): Résolution du problème qui faisait que lorsque l'on fai… Api téléchargement formulaire #37 Oct 24, 2024
Copy link

Affected libs: api-metadata-converter, feature-search, feature-router, feature-map, feature-dataviz, feature-record, feature-editor, api-repository, feature-catalog, feature-auth, ui-search, common-domain, common-fixtures, util-shared, ui-elements, feature-notifications, ui-catalog, ui-widgets, ui-inputs, ui-layout, ui-map, ui-dataviz, database-dump, data-access-datafeeder, util-data-fetcher, util-app-config, data-access-gn4, util-i18n,
Affected apps: datahub, metadata-converter, metadata-editor, datafeeder, demo, webcomponents, map-viewer, search, data-platform,

  • 🚀 Build and deploy storybook and demo on GitHub Pages
  • 📦 Build and push affected docker images

@mmohadIGN
Copy link

J'ai une erreur à la compilation :
image

@@ -192,7 +192,8 @@ export class IgnApiDlComponent implements OnInit {
}

resetPage(): void {
this.page$.next(1)
this.page$.next('0')
this.size$.next(this.initialLimit)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La varaible size n'existe pas. Il faut la définir en début de class si elle est utile ou la supprimer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants