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

Class 'kartik\grid\EditableColumnAction' not found #231

Open
akiraz2 opened this issue Apr 24, 2018 · 3 comments
Open

Class 'kartik\grid\EditableColumnAction' not found #231

akiraz2 opened this issue Apr 24, 2018 · 3 comments
Labels

Comments

@akiraz2
Copy link

akiraz2 commented Apr 24, 2018

If I use code template 'crud/editable', I got Error:
Class 'kartik\grid\EditableColumnAction' not found

May be should add package to requirement in composer or write about it in Readme.md (to install kartik packages manually) ?

@schmunk42
Copy link
Owner

When using the CLI you should actually see a message, see also https://github.com/schmunk42/yii2-giiant/blob/master/src/generators/crud/providers/extensions/EditableProvider.php#L24

The generator has a requires property, which can be populated with such information.

@schmunk42 schmunk42 added the docs label Apr 26, 2018
@akiraz2
Copy link
Author

akiraz2 commented Apr 27, 2018

I dont use the CLI, only web interface

@schmunk42
Copy link
Owner

It isn't very likely that the WebUI will be fixed soon. I can just recommend using CLI for various reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants