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

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.

ilc/client/ilcConfig.js Outdated Show resolved Hide resolved
registry/server/sharedLibs/routes/createSharedLib.ts Outdated Show resolved Hide resolved
registry/server/sharedLibs/routes/updateSharedLib.ts Outdated Show resolved Hide resolved
<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?

registry/client/src/sharedLibs/Edit.js Outdated Show resolved Hide resolved
registry/client/src/sharedLibs/List.js Outdated Show resolved Hide resolved
@nightnei nightnei merged commit 258caeb into master Sep 7, 2021
@nightnei nightnei deleted the featSharedLibs branch September 7, 2021 13:38
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.

2 participants