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

Tests : fix entity row selector #5884

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

yalit
Copy link
Contributor

@yalit yalit commented Aug 22, 2023

I found in the Tests implementation an issue when using ids as UUid : the getIndexEntityRowSelector from the CrudTestSelectors was not working correctly.

There is no entity in the TestApplication with UUids to be able to test. If ok, I can add one entity with UUid as id to the Test Application just for the sake of testing it @javiereguiluz ok to leave it like that or shall I update the TestApplication?

@javiereguiluz
Copy link
Collaborator

@yalit regarding your question, I'd prefer to not use UUIDs in the test application. I mean, adding some UUID property somewhere or even an entire new entity with a UUID as its primary key is OK ... but I'd prefer to not use UUIDs in all the entities of the test app. Thanks!

@yalit
Copy link
Contributor Author

yalit commented Aug 28, 2023

@javiereguiluz thanks for the answer.

@javiereguiluz javiereguiluz added this to the 4.x milestone Oct 23, 2023
@javiereguiluz javiereguiluz force-pushed the fix/fix-entity-row-selector branch from e3cf0f2 to 7be88d4 Compare October 23, 2023 17:59
@javiereguiluz
Copy link
Collaborator

This is finally merged! Yannick, I'm sorry it took me so long to merge it. Thanks!

@javiereguiluz javiereguiluz merged commit f9a73a7 into EasyCorp:4.x Oct 23, 2023
19 checks passed
@yalit
Copy link
Contributor Author

yalit commented Oct 23, 2023

@javiereguiluz thanks

@yalit yalit deleted the fix/fix-entity-row-selector branch December 9, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants