I accidentally check "clear the hMC configuration from the database" when I should have just chose
update running system and localize types. And my backoffice menu changed as same as hMC menu.
eventhough I initialized it was same.
is there any way to let the system read the setting from the backoffice-config.xml?
You can reset this config through the backoffice.
After you are logged into the backoffice (with a user that belongs to the admingroup), press f4 to access the application orchestrator mode. In this screen you can reset your backoffice configuration.
There are 3 options that can be used to reset configuration. This depends on what exactly you want to reset. If all config can be reset, just go for Reset Everything
Related
I have added one custom attribute in SimpleCMSComponent which I am able to see in backoffice but not in CMS cockpit.
Is there any file do I need to update to show this field in CMSCockpit ?
to be more precise I am trying to show this field in BannerComponent's Admin or Basic tab.
Thanks
Changes need to be added in EditorArea_BannerComponent.xml and then system update is required by selecting OOTB cockpits and custom cockpit extensions.
In this GitLab docs https://docs.gitlab.com/ee/administration/housekeeping.html it has been mentioned that:
You can change how often this happens or turn it off:
On the top bar, select Menu > Admin. On the left sidebar, select Settings > Repository.
But when I open Menu but there is no Admin button. How can I add Admin button into Menu and also use it? Is it free to access using Admin option?
The admin menu is restricted to GitLab administrators. If you do not see an Admin button, this most likely means you are not a GitLab Administrator. If you are using gitlab.com, this is the case for pretty much all gitlab.com users.
If you are an admin, in modern versions of GitLab you should see the button at the bottom of the dropdown:
In older versions, the admin button is directly in the top bar.
If you are an admin on a self-hosted GitLab instance, you can also attempt to access the admin area directory directly at the path /admin. If you are logged in and get a 404, it means you are not an admin (or your instance has admin mode setting enabled).
Note that this documentation is under the "Administration" section, meaning this is intended for (self-managed) administrators only. The docs could probably also be updated to make this more clear:
Administrators can change how often this happens or turn it off:
Is there any global option to disable the template picker dialog for 2sxc after the application is configured? Now this dialog is popping up every page load in edit mode and interferes with general website editing.
I'm not sure what your question is - maybe add some context or screenshot.
My guess is you added a module to the page and didn't configure it yet - so the picker automatically appears. Just pick something - or delete the module, and you should be good to go.
When using a Date/Time control, it can have a timezone selector. But, when it doesn't, it has a default timezone (in my case, EST).
How does Crafter determine this default timezone? A config? from the server's settings?
And how can I change it?
As an admin:
Go to the preview or dashboard for a given site
Open the site content sidebar, select Admin console in v2.5 or Site settings in v3.x
Select the Configuration tool from the menu on the left, this will present a drop-down menu.
Select Site Configuration in the dropdown. This will show a configuration file. In that file you will see a configuration:
<default-timezone>EST5EDT</default-timezone>
This is the default timezone for that site. Typically set to where the majority of the team managing the site sits. Set this value to a valid Java time zone locale.
Click the save button in the upper right to commit your changes.
I would like to disable top navigation bar for certain users.
Quick Menus
Create New
Launch
Application Menu
Alerts
Log out
User Preferences
Help.
I would like to show only workspace with default widgets in it when certain users logs into openbravo.
How to achieve the above features in openbravo.
Any help greatly appreciated!.
1) You can enable portal interface
(from http://wiki.openbravo.com/wiki/Role)
For Portal Users: If checked, this role will have a simplified (portal) interface, where we may see only configured workspace widgets with role access. Portal interface changes the look and feel of the workspace. Top page menu and left-side menu are hidden. Usually a role for Portal Users givess access to users only to their own information using widgets.
2) To remove logout link you have to add patch/tweak client application module
3) Since portal interface also disables left-side menu (i.e recent views, recent documents etc) to enable you have to add patch/tweak client application module
patches or changes may need to go on smartclient code as well as java code related to default workspace
It's possible to hide tool bar here via preferences. But Openbravo core customization is required to disiable top navigation bar in openbravo 3. It is not possible to achieve the above using openbravo's extended module feature. Check this link