Bug 124656 - menubar -> file -> Reload and Versions items should be available only when activated
Summary: menubar -> file -> Reload and Versions items should be available only when ac...
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-10 14:18 UTC by andreas_k
Modified: 2019-04-11 12:00 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andreas_k 2019-04-10 14:18:54 UTC
Writer -> menubar -> File -> there is .uno:Reload and .uno:VersionDialog which has to be activated first so that the user can use it.

for example 
<menu:menuitem menu:id=".uno:CheckOut"/>
<menu:menuitem menu:id=".uno:CancelCheckOut"/>
<menu:menuitem menu:id=".uno:CheckIn"/>

are only available if activated, can Reload and VersionDialog also be visible when available / activated first.
Comment 1 andreas_k 2019-04-10 14:20:33 UTC
As Reload and VersionDialog will be also not used regular, it would be good to hide the functionality and show it only for the users how activate it.

will clean the menubar.
Comment 2 andreas_k 2019-04-10 18:53:25 UTC
I think I can close this bug cause the commands didn't work like checkout stuff and therefore it's 

reload works when the file has been saved, so it can be reloaded from storage

versions works for documents which format supports versioning (ODT does, and ODS)