I accidentally created a confidential issue in the gitlab. But, now I need to change it back to the public? Can anyone help me out?
I tried to find the answers on the youtube and Web, but I can't find any.
You should be able to Modify issue confidentiality
locate the Confidentiality section in the sidebar and select Edit.
A popup should appear and give you the option to turn on or turn off confidentiality.
Related
I'm trying to add a support page right in the extension window but all that I can find is adding a link to another page. I've included some pictures, as I don't know how to really describe the feature.
that's what I have currently, and below is what I want to have-
This is a screenshot of what I have on the dev page, concerning the support feature-
I'm not sure what I need to change, so any help would be appreciated! (Directed here from this chrome forum thread)
Go to https://chrome.google.com/webstore/developer/dashboard
Click "Edit your User Feedback preferences"
Check the "Enable User Feedback for all my apps in Chrome Webstore." box.
Note that neither you nor your users will get notified of new posts made in the webstore support section, so you probably want to direct users to a third party support platform, such as issues on the project's Github repo.
I am developing a little extensions called "Tab Bundler", which in short saves all the open tabs in a window into a bundle that can be opened with the click of a button. When a bundle is opened however, no history of how the user got to that url is saved, ie. the user can't click back to see how they got to that url. This is functionality I want to implement. I looked for a while, googling, looking thoroughly through the google chrome extension documentation: http://code.google.com/chrome/extensions/history.html. But I couldn't figure out how to get this information without tracking it myself. Is that the only option I have? Any thoughts would be really appreciated.
Thanks!
Look, many people tried this before. You are not alone in this quest!
At the moment the answer in Google Code was: anybody asked for it when they where developing the History API. Then there's no elegant way to access tabs' history.
Of course, you can hook chrome.tabs.onUpdated to record every page and make your own tab's history...
You could probably hook chrome.tab.onUpdate as well as some state or focus change hook to correlate.
I really want this, please make it!
When I am trying to access a Spotfire dashboard via web player, I am getting the below error message. I was able to access this dashboard earlier without any issues, this issue has popped up recently.
Please advise as what could be the reason for this error?
Below is the screen shot:
Thank you!
this error means that the data source has changed or is not available.
verify that your data source is still working in the Spotfire desktop client. check that the data source is either a linked DB table of some kind and that the information link still works. otherwise ensure any file-based data is embedded in the document.
the error seen on webplayer is pretty high level; it's basically "oh no, something's wrong!" and not very descriptive. if you can share some more including your Spotfire version and relevant logs (don't forget to remove sensitive data) I can probably give you a better answer.
#scsimon/niko - Thanks for your suggestions. I was able to resolve this issue. Cleared cookies and tried to login again. I was able to login to dashboard but one of the pages was not loading. Duplicated page in client and deleted the old one. This resolved the issue.
I'm not sure if this is the correct exchange for this questions as I don't think it is explicitly programming related, but I can't think of a better place to ask the question.
I keep seeing this tab for chrome extensions that allows users to ask questions, suggest things or submit problems:
I haven't been able to find anything in the developer dashboard or in documentation about this tab. I know that I can get a support tab with a link by adding a url to the support link field in the project settings, but I can't figure out how to get the functionality shown here.
Go to https://chrome.google.com/webstore/developer/dashboard
Click in the link:
Edit your User Feedback preferences: User Feedback is disabled
And then enable it.
It's the same answer for Where does the Chrome web store "Support" tab come from?, it works for Apps and extensions.
In our company we're looking for a way to prevent users from closing certain applications or uninstalling them unless they provide a password.
we googled a lot on this issue but didn't find anything and
it seems Active Direcory does not provide this kind of feature (we may mistaken... ).
Can someone point me to a solution ?
Thanx