-
Notifications
You must be signed in to change notification settings - Fork 89
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
refactor(type_de_champ): cleanup type predicate methods #11029
refactor(type_de_champ): cleanup type predicate methods #11029
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11029 +/- ##
==========================================
- Coverage 84.52% 84.49% -0.04%
==========================================
Files 1163 1163
Lines 25730 25684 -46
Branches 4857 4857
==========================================
- Hits 21749 21701 -48
- Misses 3981 3983 +2 ☔ View full report in Codecov by Sentry. |
c2c3bab
to
7be4f90
Compare
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.
pas trop chaud pour ce changement car j'ai l'impression que c'est une surcouche à rails
app/components/types_de_champ_editor/champ_component/champ_component.html.haml
Show resolved
Hide resolved
7be4f90
to
fb8eeed
Compare
fb8eeed
to
dc6bad4
Compare
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.
Génial ! merci beaucoup !
@@ -66,7 +66,7 @@ class TypeDeChamp < ApplicationRecord | |||
expression_reguliere: STANDARD | |||
} | |||
|
|||
enum type_champs: { | |||
enum type_champ: { |
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.
🍾
8db85b4
No description provided.