I have created 1 dashboard with 4 summary reports as a system administrator. For custom Profile, I have given reports & dashboard folder access "Can Manage".
Now when user of that custom profile, is trying to view that dashboard, getting error as "You need permission to refresh this Dashboard".
Whereas, he can view all the 4 reports with correct data loaded in it.
Please help me to figure out what am I missing in this implementation.
Thanks in advance!
Priyanka
Switch to classic and refresh in classic. The refresh will then work in Lightning as well.
Related
i’m working on Magento, I did something wrong but, I don’t know what i need to do now. Coming to my issue,I changed url path in system->configation->advanced->admin->admin base url, from that point Magento admin panel is gone. i’m not able to access admin panel. now i removed that path from data base -> core_config_data.
as a result now i’m able to see login popup but after entering credentials i’m not able to see admin panel.
I solved it by removing merge from cpanel->app->cache. Thank you and hope this will used for someone
I'm a student with virtually no oracle apex experience, I created a custom authentication for my login system.
However I have no idea how to log a user out, Everything I have tried has resulted in a multitude of various errors.
Would appreciate any help.
Go to Shared Component -> Navigation Bar List
Select the active list
Create List Entry
Place &LOGOUT_URL.in URL Target
Refresh your page and you should able to see the Log Out button on top of the page
I have configured a couple of widgets on sonarqube dashboard.
I would like these widgets to be visible to anyone who lands on my sonarqube webpage.
However once i logout of the page , The widgets display "no data".
I have set the filter of my projects to be visible to all users. How can i make the data visible to the people even though they do not sign in .
Thanks
This is probably a permissions issue. If you don't have permission to "Browse" a project, then you won't see its data - even outside of the project dashboard context.
Sounds like you've set up project widgets on a global dashboard(?) and Anyone doesn't have Browse on the project(s) in question.
I find many articles with multi-image and plugins:
https://github.com/blueimp/jQuery-File-Upload
https://pypi.python.org/pypi/django-multiuploader etc.
But I don't know how use it in django admin when I have ImageField. I want to do gallery.
Now I have inline adding image in albums. Please help me and give some full example :) (I'm newbie)
We use django-jfu to upload many files outside the admin.
Interfacing to the admin is certainly possible by creating a custom admin method to invoke jfu. Add a completion button to the jfu upload page that creates the desired db records when the user is done uploading files. These would then be available within the admin.
I'm building a component for the backend. I don't want the users who will access it to access ANYTHING else in the backend except for this component.
I tried following these two instructions:
http://www.aclmanager.net/blog/general/31-how-to-add-basic-acl-support-to-your-extension
http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_14#Describing_the_ACL
I made a new User Group with a parent of public and allow admin login (which would lock them out of everything) and then tried adding the ACL code from those links above with permissions to create and edit but I just get a blank screen (not even a logout link). The "Debug Permissions Report" showed the correct permissions but nothing's showing up.
Any ideas? My next step is to manually go through every component and not allow access to that new User Group but it seems like there's an easier way.
Thanks!
In Joomla! 2.5 we regularly create "Content" only backend users that have access only to the 'com_content' component.
Going back through our steps the only thing you haven't specified is adding the new user group to a View Access Level. If you're using the standard sample content installed when setting up a Joomla! website you can add your new user group to the "Special" view access (although any will do).
If a new group has 'admin login' privileges it can login but without a View Access level it can't see anything.. it's a subtle difference but it's the way Joomla! works.