-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
fix: project routes and permissions in portal #36218
fix: project routes and permissions in portal #36218
Conversation
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #36218 +/- ##
===========================================
- Coverage 65.27% 64.81% -0.46%
===========================================
Files 794 792 -2
Lines 62105 61829 -276
===========================================
- Hits 40536 40076 -460
- Misses 21569 21753 +184
|
…-projects-in-customer-portal
This is still not working on latest v14 tags ... When adding a user to Projects > Users table nothing happens and the user still has not access to the project. |
Problem
Solution
has_website_permission
for Project Doctype in hooks.py.Example
Create a Customer.
Create a Website User and add the User to the Customer's Portal Users table.
Create a Project with the above Customer.
Add the above Website User in the list of Project Users in the Project.
Login using the user to view the project details.
Screenshots
Closes #34706