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

Update with new dev fixes #362

Merged
merged 70 commits into from
Nov 8, 2024
Merged

Update with new dev fixes #362

merged 70 commits into from
Nov 8, 2024

Conversation

doomlab
Copy link
Member

@doomlab doomlab commented Nov 8, 2024

No description provided.

enyeal and others added 30 commits October 6, 2024 14:58
… some components.

Rename the LabelViewTest to RoleViewTest. Also, fix errors due to changes in its input properties.
Move ShowTeamModalTest to the folder of its component. Also, fix errors due to some name changes on the input properties of ShowTeamModal.
Move TaskInputTest to the folder of its component.
Fix errors due to changes on the naming of the TaskView’s input properties.
We get the following error when we run the test:
src/core/components/fields/LabeledTextField.tsx:35:28: ERROR: Expected ":" but found ",".
It could be due to an extra comma that is added by the vscode linter or formatter in line 26. The solution was to move the code to a variable to avoid the extra comma.
There is a “transform error” similar to PR329.
Fixed it on this commit, but we may need to open an issue to refactor the problematic lines.
…d functions and replaced some files from projectmembers to contributors
…ate the forms query to not be paginated and created data preprocessing for forms table data
Disable reset and forgot power test to avoid the test failing
Add test for the JsonFormModal component.
fixed teamName query issue by searching for project team members only
marton-balazs-kovacs and others added 28 commits October 24, 2024 12:00
quick and dirty fix to team edit
… and the other the rendering.

By doing this, testing the view component will be simplified.
Split the InviteList component into two. One component does the query…
@doomlab
Copy link
Member Author

doomlab commented Nov 8, 2024

We have checked this!

@doomlab doomlab merged commit cbed127 into main Nov 8, 2024
1 check passed
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.

4 participants