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

Sales journal not visible in demo #47

Closed
dellermann opened this issue Dec 22, 2014 · 3 comments
Closed

Sales journal not visible in demo #47

dellermann opened this issue Dec 22, 2014 · 3 comments
Labels
Milestone

Comments

@dellermann
Copy link
Owner

When I click on "sales journal" in the demo (http://demo.springcrm.de) I get an empty page.

@dellermann dellermann added the bug label Dec 22, 2014
@dellermann dellermann added this to the 1.5 milestone Dec 22, 2014
@dellermann
Copy link
Owner Author

The same happens when I display the other reports. The source code of the page is completely empty.

@dellermann dellermann modified the milestones: 2.0, 1.5 Dec 30, 2015
@dellermann
Copy link
Owner Author

I investigate in this issue: I get a 403 Forbidden status code. The requested URL is http://demo.springcrm.de/report/sales-journal.

dellermann added a commit that referenced this issue Jan 21, 2016
Fix issue #47 that the sales journal and other reports are not visible
in demo site.  The bug occurred because a user without the permission
to call the report controller was able to select the appropriate
navigation item.

First, convert the former class Modules to an enumeration Module and
move it to src/groovy.  Migrate all calls to the former Modules methods
to more suitable method calls to Module.  Change all module names to
upper underline style.  Add a database migration script that converts
the allowed modules in user_data table.

Fix a bug that allowed modules were stored as list of lists in User
object.
@dellermann
Copy link
Owner Author

Fixed in commit bd8ccbf.

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

1 participant