Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: shared libs #320

Merged
merged 7 commits into from
Sep 7, 2021
Merged

feat: shared libs #320

merged 7 commits into from
Sep 7, 2021

Conversation

nightnei
Copy link
Contributor

@nightnei nightnei commented Sep 2, 2021

No description provided.

@nightnei nightnei requested review from StyleT and ifree92 September 2, 2021 14:47
<FormTab label="Summary">
{mode === 'edit'
? <TextField source="name" />
: <TextInput source="name" fullWidth />}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we shouldn't allow change of name since it's a primary key and ID of the entity

Copy link
Contributor Author

@nightnei nightnei Sep 6, 2021

Choose a reason for hiding this comment

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

but here we use TextFIELD for "edit" and "TextINPUT" for "create",
or I missed something?

@nightnei nightnei merged commit 258caeb into master Sep 7, 2021
@nightnei nightnei deleted the featSharedLibs branch September 7, 2021 13:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants