I am using Alfresco Community 5.1.0 and observing a strange behavior in workflow task. When I open a task to complete which contains attached document as packageItems. I am not able to see that document instead I am seeing a Select button. But when I refresh a page, I am able to see attached document. After carefully observing this behavior I found that, the task edit page is getting rendered first then packageItems which contains attached is rendered. I am not sure whether this is a cause for not getting documents in packageItems or it is occurring because of any other reason. It would be appreciable any would help me in solving this problem.
I am attaching two screenshots which would help to understand this problem better
1:- Not found document in task
2:- Able to see document after refreshing the page
Related
I want to pin a chart to the Azure DevOps Services dashboard that shows how many bugs in the current sprint have a linked test case or not.
I have been able to put up a query for the same but it appears that such queries can't be charted out. Is there an alternate way?
Here's the error that I get while creating a chart out of my query
Additionally, I would also like to know if there is a way to ensure that when I Resolve/Close a bug workitem in AzDo services, I can check if there is at least one associated test case work item with the bug. I have explored Bug rules but can't find out a clean way to get the link types associated with the work item. How can I achieve this?
Thanks
I have been able to put up a query for the same but it appears that
such queries can't be charted out. Is there an alternate way?
As for the error you got, it's one open issue here in our feedback forum, the product team is considering about it. But there might be some time before the feature comes true. You can track the issue to get notifications if there's any update. Sorry for the inconvenience.
Is there an alternate way?
If you just need a widget to display the results of the query, you can consider using Query Results widget, if supports tree or direct links. But if you do want the pie chart for WITs, I afraid it's not supported for now when using tree or direct links. You can check the related extensions here.
I have explored Bug rules but can't find out a clean way to get the
link types associated with the work item. How can I achieve this?
As I know we don't have such option in Azure Devops Boards.
If we close/delete one workItem, it won't display a prompt or what that tells us the related workItems are still active.
But I think that would be a great idea, so I suggest you can post one feature request here to share your idea to product team. Then we can share the feature request link here and people who interested in that would vote for you! Hope all above make some help :)
I'm currently using Odoo 12.0+e-20181025. I'm trying to edit the message the user get whenever a ticket is assigned to them. I've tried searching the email template, but I can't find it. I've also tried searching in the main folder, but I still can't find it. As of now, I only managed to make a similar template, but I also found some trouble in that task as I can't really emulate the button that can link right to the ticket editing form, only to the preview ticket window.
Here is the code for the link to the ticket:
${object.name} .
While knowing how to make a proper link will help a lot, I would still prefer to know where I can edit the message template so I can make it more user friendly and informative.
Thanks for reading and for the help.
We're looking for a solution on how to best deal with the situation where multiple authors are working on the same page. If the first author pushes in the content, the second should have a way to merge it when he tries to publish. Launches appears to be a way to take care of this but it doesn't seem to be handling content merging. Is there any way an author can view the diff(and or do merge) of the content that might have been pushed by another author while they were working concurrently ?
Please help with any pointers.
Page modifications happen in real time to the underlying structure. They also happen at as small a level as possible.i.e. If you go into a text area and modify the text there, the text node is changed on the server, you aren't saving the entire page.
The only way that person A could interfere with what person B is doing is if they were working on the exact same area of the page. Which, honestly is a process issue. I say this because the answer to your question is that there is nothing out of the box to handle this type of scenario and if you are on 6.0 or higher and looking at the JCR3. JCR3 handles this far worse than the older version did. Last time I checked it didn't support nodes at all
Adding to what Bailey said, AEM OOB allow multiple users to edit same page in real time, though if multiple users are working on same node will be a reason of conflict. Such cases can be managed by defining a process like:
1. Take a lock of page and edit page or
2. Create versions of page and publish versions
I've followed this tutorial step by step: http://developers.facebook.com/docs/beta/opengraph/tutorial/
The only problem is when I try to submit an action for approval it says:
No Aggregations created for this Action Type. Please create a completed Aggregation populated with sample data before submitting for review.
The thing is a have set up an Aggregation. When I click the Preview link it just shows a Loading screen and then disappears. I've checked the Aggregation setup many times with different configuration. Nothing seems to work.
Any help would be appreciated.
Before submitting aggregation you have to add preview actions and preview objects, Setup Auth Dialog Preview for Authenticating user section of this tutorial may be helpful to you.
The Aggregation preview dialog had a bug in it for about a week through 11/13. As of 11/14/2011, it's back up and working again.
I had the same problems, but managed to solve it after some trial-n-error.
The solution was to make sure to add all the preview objects required for the aggregation:
Create an Aggregation
Preview the aggregation
Add 4 (the number that worked for me, might be enough with 2) Preview Objects
Add your created preview objects as Preview Actions
After this, I was able to submit the action.
This is pretty much what Hasniain said, but in a less descriptive way. At least, I didn't get it just by looking at his answer, albeit correct.
This is ridiculous, but I was having the same issue and finally had success by clicking between the object and action previews until the standard preview window actually displayed my preview objects, THEN clicking save. That is, even when it showed that both a preview action and preview object exist, I had to enter, not alter, and exit one of the action or object preview sub-screens until the aggregation preview displayed an object.
I understand that there is no sensible methodology there, but this is how I finally got the og to understand that I had in fact defined an aggregation. Hope this helps.
This seems to be a valid bug that I reported yesterday. Please add your own repros to it, so Facebook devs can update us on what's going on:
Unable to create new Aggregation: http://developers.facebook.com/bugs/295741107138424
Unable to submit Open Graph Action: http://developers.facebook.com/bugs/162515500520749
I'm writing an eclipse plugin with a hyperlinked console, but I see BadLocationExceptions when creating the hyperlinks.
To create the hyperlink, I followed the instructions on the related question How to write a hyperlink to an eclipse console from a plugin.
Background: The issue appears to be that the underlying document is updated asynchronously to requests that write to the console (e.g. via a MessageOutputStream), so attempting to create a hyperlink immediately after a write won't work because the offset and length indices provided in the request are invalid.
To try to fix this, I created a DocumentListener on the underlying document, so I could detect when the console is updated and create the HyperLink at that point. But the listener is provided with events that correspond to bulk updates to the console - so I can't easily detect if the console has been updated yet. The only choice seems to be to search the console document for the string I want to hyperlink, which seems quite inefficient.
So the question is: when is the correct time to create a HyperLink, after writing to the console? Are there any proven mechanisms that guarantee the underlying document will have been updated when I issue my hyperlink creation request? An example of code that writes to the console then creates a HyperLink would be great.
Not sure of the exact version of eclipse (I'm writing this from home before heading into work) - but I do know that I'm using MessageConsole.addHyperlink() to issue the request.
I am in exactly the same situation, and came to the same conclusion: I add the hyperlink in a document listener, then remove the document listener. Note that you have no other option than searching for the string, because the console can be cleared by the user! In my case, it is not a severe performance penalty, so I'm happy with this solution.