-
Notifications
You must be signed in to change notification settings - Fork 3
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
IVYPORTAL-17427 Remove old statistics document #1041
IVYPORTAL-17427 Remove old statistics document #1041
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implement changes, then all is well.
@@ -151,7 +151,7 @@ The basic JSON structure of a custom menu item | |||
Hide default menu items | |||
----------------------- | |||
|
|||
You can hide four default menu items: Processes, Tasks, Cases and Statistics from the main menu | |||
You can hide four default menu items: Processes, Tasks and Cases from the main menu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Watch for spelled numbers -- four <> set.size({processes, tasks, cases})
;-)
Changes in 12 | ||
------------- | ||
|
||
- The old statistic chart is removed, use new :ref:`statistic-chart` instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use new --> use the new
@@ -17,8 +17,7 @@ Portal.Chat.ResponseTimeout,0,"| Chat response timeout in seconds, default value | |||
Portal.ClientSideTimeout,0,"| Client side timeout in minutes. Has to be more than 0 and less than the server side timeout (e.g. 25 minutes). | |||
| Default value is 0, which means that the default client side timeout is applied. | |||
| Default client side timeout is server side timeout minus 3 minutes." | |||
Portal.Dashboard.HideStatisticWidget,FALSE,"If true, hide Statistic widget from homepage and application menu." | |||
Portal.DateTimeFormat.DateFilterWithTime,FALSE,"Set to true to enable date filtering with time. This setting affects on task list, case list, and statistics." | |||
Portal.DateTimeFormat.DateFilterWithTime,FALSE,"Set to true to enable date filtering with time. This setting affects on task list and case list." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This setting affects on task --> this setting affects task
@@ -27,7 +27,7 @@ needs. These features are described in the following sections below. | |||
Admin Settings | |||
-------------- | |||
|
|||
Menu entry :ref:`admin-settings` is only available for users have role AXONIVY_PORTAL_ADMIN. | |||
Menu entry :ref:`Admin Settings <admin-settings>` is only available for users have role AXONIVY_PORTAL_ADMIN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for users have --> for users who have (or: for users having)
No description provided.