Unable to see Add Schedule button on Jasper Server 6.2.1 - scheduling

I am unable to see 'Add Schedule' button on jasper server 6.2.1 for old or new reports.
Earlier, on right clicking a report and choosing schedule option, opened a page that lists the scheduled jobs for the selected report. This page also had a 'Add Schedule' button to create a new schedule.
Now this button is not visible. I am logged in from superuser.

Administrative view
When using login, view -> repository, selecting reports under organization:
This is the repository where you set user rights or change settings in the report. No possibility to change schedules (at least in v6.2.1).
Schedule view
In the "library" or when selecting "reports" after logging in on your dashboard you are able to change the schedule.
NOTE: This differs because a user might have rights to change schedules, but not to change report settings.

Related

Publish again unpublished github pages project

I un-published a repo in my account which was hosting using GitHub pages.
Now I want to publish it again, I cannot find any related option in GitHub pages settings.
You can re-publish your GitHub Pages website by navigating to the Actions tab of your repository, click on the Pages build and deployment workflow, then click the Re-run all jobs button located in the upper right corner of the page. After the workflow run has completed, your site will be published.
It might be a side-effect of the recent (Aug. 22, 2022) decision to Deprecate the theme picker for GitHub Pages:
That means there is no more "Choose a theme" button, and GitHub pages are now supposed to be published through a GitHub Actions workflow, using one of the starter workflow for GitHub Pages publication.
if u lost the republish button . don't worry go to actions. click pages build and deployment , then re-run all jobs pages.your site is published again
github screenshot
Navigate to "Actions"
Actions
Click on New Work Flow
Go to bottom of page
In page section choose "Static HTML"
Static html
Click Configure & commit changes.
Go go Actions Again, on left most choose "Deploy with Static HTML"
Click "Run Workflow" on right most.
Run Workflow

Sitecore Workflow Content Manager "Approve Button" Disabled

I have created a content approval workflow with 3 States: Draft, Awaiting Approval & Approved.
Once the content editor completes their changes they submit the request and the item goes to awaiting approval state.
When the content manager/approver logs in to Sitecore, in the workbox they can see the option to approve the changes.
But when viewing the item from content editor the "Approve" and "Reject" button is disabled.
After editing the item these buttons become enabled.
View for Content Manager
Please suggest why the "Approve" and "Reject" buttons are not enabled when the Content Manager views the item.
This is typically due to access rights. Besides write access to the item itself, and "Language Write" access on the current language, the user also needs the "Workflow Command Execute" access right on the command ("Approve" and/or "Reject" in your example). The user also needs "Workflow State Write" access right on the workflow itself.
I've found it best to create workflow roles, such as "Workflow Author", "Workflow Approver" and so on, and assign those roles to the users accordingly. Those roles can then be assigned to the workflow states (/sitecore/system/Workflows/MyWorkflow/MyWorkflowState) and workflow commands (/sitecore/system/Workflows/MyWorkflow/MyWorkflowState/MyWorkflowCommand) accordingly
It could also be due to item locking. If lock is required for editing (a Sitecore setting) and someone else has a lock on the item, the item cannot be transitioned into another state.

Home node missing after Publish in Sitecore 8.0

Our business users were publishing few items. But unfortunately now Home node is missing from web database. We have 1 CM server and 2 CD server. Both cd server point to same web database.
Check if there are any restrictions. Please check the following:
Go to the Publish tab then click on the Change button. The checkbox should be checked as shown below:
On the Item tab of the Popup, the Publishable Checkbox should be checked:
Finally, on the Targets Tab, none of the checkboxes should be checked.
Note that you can have different publishing targets and you can use this options to publish the item to a specific target.

How to use workflow commands in the page editor without opening workbox?

I've setup a basic workflow in Sitecore on my content items, the workflow states consists of Draft, Awaiting Approval and Approved (which proceeds to auto publish). In the Content Editor you can use the review tab to action commands within your workflow, so I can submit from the ribbon.
Is there an option in sitecore out-of-the-box to do this in the page editor without opening the workbox?
Ideally I'd like to have the submit command action in the page editor ribbon.
Thanks in advance!
I don't know which version of Sitecore you use, but I do recommend updating your solution to the most current version (Sitecore 6.6 update 3). It does have Submit / Approve / Reject commands in the notification bar under the ribbon in Page Editor out of the box (see attached screenshots).

Sitecore 6.4: User Profile Start URL and Workbox

I have a requirement to present the user the Workbox when logging into the sitecore administration interface. I've identified that this can be done by setting the user profile Start URL to /sitecore/shell/applications/workbox.aspx.
This works - when the user logs in they get the workbox, but the Logoff link is missing from the top menu (which is there when you access the workbox via the Content Editor - but I notice not if you access it via the Menu item).
Is there any way of getting this Logoff button back, or adding a custom one?
I've checked it in Sitecore 6.6 and there is no logout button in workbox by default as well.
The fix for this is very easy. Login to the Sitecore desktop, switch to the 'core' database, open the Content Editor and navigate to the node:
/sitecore/content/Applications/Workbox/Ribbon/Home/Write/Logoff
There is a field 'Click' with value 'workbox:logout'. Just change the value to 'system:logout' and the logout button will be there.