186 results found
-
Syncing folder types/names to GraphQL index
We have a need to query content under certain folder from GraphQL API. At the moment we can query the parent GUIDs from a block, but it only returns a list of GUIDs. It returns them in a certain order, so it is possible to find out from there which is which folder, but it would be easier if we could query also the name of the folder. At the moment GraphQL API does not index the folder information, so we would like the folder information also to be synced to the index.
3 votes -
Translation of List<T> and LinkCollection item in page is not supported on netframework version (CMS 11
For stringlist and linkitemcollection properties, we could see the values are just duplicated and not translated to native text during the auto translate of page.
The issue is reproducible in Alloy solution and attached the evidence for the same.
Also, please find the attached email from Optimizely team as well.3 votes -
Support for Static IP address
When we (as an Optimizely DXP customer expose APIs for partner vendors to invoke, including the Optimizely DXP, we need to ensure that we meet The Group's security standards and one of the many facets to this is IP whitelisting.
This means we don't allow just any IP address to invoke our API. We have a firewall that implements a check on the incoming IP address(es and only allow ones that we know of.
It is a problem if the Optimizely DXP cannot provide us with persistent IP address ranges that we can whitelist on our side. We don't want…3 votes -
Preview unpublished content delivered by Content Delivery API
In the documentation it says that it is possible to enable previews of unpublished content delivered by Content Delivery API https://docs.developers.optimizely.com/content-management-system/v1.5.0-content-delivery-api/docs/customizing-content-delivery-api-for-edit-view. However the example that is provided wont work since HttpContextContextModeResolver that it uses checks for values in the current request that indicates that the request is made to the cms edit mode.
This will never be true when you are using Content Delivery API to fetch the content since the request is made to /api/episerver/v3.0/content/... and not /episerver/cms/...
In my opinion, Optimizely should have a built in way of previewing unpublished content delivered by Content Delivery API or…3 votes -
Possibility for a Task to be associated with multiple Campaigns
For organization and planning purposes, multiple teams create their own plans and views, often with multiple tasks being created and living under different campaigns, but for the same Marketing objective, for example, a new product Launch.
The possibility to be able to have a Task associated with multiple campaigns would enable visibility for the different users plans (saved or not when filtering, while maintaining their original preferred setup.
For example, I may have a Tasks in Campaign A that is for a Marketo e-mail, but I want this same Task to appear listed under "Activities" tab on Campaign B (if…3 votes -
Language codes in page tree (navigation and in page header menu are not the same
If you in admin change the "Web Address Prefix" for languages the editor interface uses different language codes in different locations. In the page tree navigation it uses the language code but on the page header of the page the "Web Address Prefix" is used.
This confuses the editors. See attachments.3 votes -
Is there any way to identify the user who changed the access rights?
Is there a way to track or identify the user who modified the access rights in Episerver/CMS? It appears that someone has changed the access permissions using the 'Set Access Rights' feature.
We need to determine who made these changes to ensure proper access control and prevent unauthorized modifications. Is there any audit log, system event tracking, or CMS activity history that can help us trace the user responsible for this action? Any insights or recommendations on how to retrieve this information would be greatly appreciated.3 votes -
Full Project View
Allow for a full list view of all project details, including tasks and workflow steps. It's hard to review all the work needed for a project when having to flip between each task to see the workflow steps.
Something like this:
| Task 1 | Start Date | End Date | Owner | Status |
| Step 1 | Start Date | End Date | Owner | Status |
| Step 2 | Start Date | End Date | Owner | Status |
| Task 2 | Start Date | End Date | Owner | Status |
| Step 1…3 votes -
EPiServer.Forms.Samples uses out of data JQuery.UI with known vulnerabilities
One of our customers is using the EPiServer.Forms.Samples library, mostly to facilitate content gating with the Forms Visitor Groups. During a recent penetration test the following was reported:
We also observed the use of a known vulnerable version of jquery-ui at /Util/EPiServer.Forms.Samples/jquery-ui/jquery-ui.js which is known to have the following vulnerabilities
CVE-2022-31160 (https://nvd.nist.gov/vuln/detail/CVE-2022-31160 : XSS when refreshing a checkboxradio with an HTML-like initial text label
Recommendation
Use the latest versions of the dependencies where possible. If it is not possible to update these, ensure the vulnerable components are not used.
There does not appear to be an equivalent of the…3 votes -
Enhance the Audience Feature to display the affected number of items
Audience groups should include the dependent items that use them, similar to blocks, this will give visibility to authors on all the effect areas where that personalization was used when a change is made
3 votes -
Easier cleanup of unused blocks
Maintaining the number of blocks is important to editors. When using Powershell module you can get a list of blocks that are not in use so editors can maintain content on the site.
The problem is that blocks that are located in "For This Page" folders does not contain the page information in the breadcrumb (see attachment. This means that it's hard to find the folder containing this block if you want to delete the block. Extending the breadcrumb to include the owner (page of the folder "For This Page" would help the editors to know the location.3 votes -
Automatic copy of database from production to preproduction
Preproduction should resemble production. There should be an automatic function for copying the database from production to preproduction and keep the correct hostnames in preproduction. This should also be possible to schedule as preferred.
3 votes -
Allow container pages that don't generate a URL segment
Some functionality cascades down the page tree, like approvals or permissions. Sometimes you want to group pages together so you can apply values and functionality to branches of pages, but these necessarily affects the URL, since any page generates a new URL segment.
"Container" pages can't be accessed directly, but they still generate a URL segment, so they can't be transparently used for grouping content.
It would be helpful to allow a type of container page that doesn't generate a URL segment. When ancestors are collected to form a URL for a descendant page, this type of page could simply…3 votes -
Add ODP segments as visitor group criteria
As an editor I would like to make up visitor groups based on customer data from ODP. Profile properties, segments etc.
I am aware of a community add-on that accomplishes this. But I believe this is something that is so important it should come from the Optimizely.3 votes -
Add live documents to library (e.g. word
It would be useful to be able to edit live documents in the library that can then be added to tasks or campaigns before they are completed.
3 votes -
multi select from dam
When choosing files through the DAM picker, I'd like to be able to select multiple assets at once.
3 votes -
Disable Allowed Content Types Description in CMS 12 Edit View
In CMS 12 Episerver Edit interface we noticed a new feature: above all ContentArea fields, a description appears listing allowed content types (Refer attachment).We’d like to have this removed. It seems to add more confusion than clarity for our editors. We already enforce allowed content types using the [AllowedTypes] attribute in code, so displaying the full list in the UI—especially including unrelated options like Episerver Forms elements—is unnecessary and distracting.
This description wasn’t present in CMS 11, and we would prefer to maintain that cleaner editor experience.3 votes -
Allow ancestor/children links in Content Areas in Content Graph
I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.
In this query:
query MyQuery { MyPage(where:{ContentLink:{Id:{eq: 1119}}}) { item { ContentLink { Id } _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } MyBlock(where:{ContentLink:{Id: {eq:1127}}}) { items { Cards { ContentLink { Id Expanded { _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } } } } }In the first query,…
3 votes -
Avoid incorrect Instance restarts through PAAS Portal
I'm an Optimizely Admin, who does have full access to PAAS Portal.
Can you please consider an additional prompt on the restart (atleast for PROD), so the restart wouldn't be triggered mistakenly.
Also, considering the rolling restart would be ideal most of the time, can you enable the option "Restart One instance at a time" checked by default.
Thanks!
3 votes -
Redirect page after expiration
It would be great if it is possible te set a redirection (just like in the no-found handler) when a page is expired and is replaced by another page in the website. This would make the process much more user-friendly.
3 votes
- Don't see your idea?