We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When accessing the webform the AttributeRepository fails to read the current user since there are no users logged in.
Please provide as detailed information about your environment as possible.
1. Have a webform
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
1. Create a webform 2. Share the link 3. Try to access the link via incognito tab
Access the webform normally
AttributeRepository throws an error
Attempt to read property "view_permission" on null (View: /.../packages/Webkul/WebForm/src/resources/views/settings/web-forms/controls.blade.php) (View: /.../packages/Webkul/WebForm/src/resources/views/settings/web-forms/controls.blade.php)
laravel-crm/packages/Webkul/Attribute/src/Repositories/AttributeRepository.php
Line 131 in bef394f
The text was updated successfully, but these errors were encountered:
ashishkumar-webkul
No branches or pull requests
Bug report
Issue Description
When accessing the webform the AttributeRepository fails to read the current user since there are no users logged in.
Preconditions
Please provide as detailed information about your environment as possible.
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
Access the webform normally
Actual result
Logs
Message:
Offender file:
laravel-crm/packages/Webkul/Attribute/src/Repositories/AttributeRepository.php
Line 131 in bef394f
The text was updated successfully, but these errors were encountered: