Vincent Molinié

Results 18 issues of Vincent Molinié

## Pull Request checklist: - [X] Write an explicit title for the Pull Request - [X] Write changes made in the CHANGELOG.md - [ ] Create automatic tests - [...

## Pull Request checklist: - [x] Write an explicit title for the Pull Request - [x] Write changes made in the CHANGELOG.md - [ ] Create automatic tests - [...

## Expected behavior Smart fields should work inside hasMany relation ## Actual Behaviour Smart fields based on relation (Any type of relation) does not work when we click on a...

bug

The code is not clean at all but it's a beginning. Any help is welcome on the cleaning part 🙏

enhancement

## Pull Request checklist: - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary) - [ ] Create automatic tests - [ ] No automatic...

# Description The purpose of this PR is to return correctly all relationships from the liana. This will allow to use simple getters on Smart View. # Requirements https://github.com/ForestAdmin/forestadmin/pull/1022 #...

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...

The rule `ember/no-assignment-of-untracked-properties-used-in-tracking-contexts` is reporting error for codes like: ```typescript export default class EnvironmentPermissions extends Fragment { @service declare store: StoreService; @attr('number') declare environmentId: number; get environment(): Environment | null...

bug

The autofix is crashing on one of my template: ```hbs {{#if @canCreateProject}} {{/if}} {{#each this.filteredProjects as |project|}} {{else if this.search}} {{else}} Your organization doesn’t have any projects yet. {{#if @canCreateProject}}...

bug

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...