wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
845 stars 785 forks source link

[APIM-4.0.0] Migrated API documents are not getting displayed/listed on publisher #12863

Open chaminda opened 2 years ago

chaminda commented 2 years ago

Description:

API documents with other type _overview are not getting listed on publisher app after the migration. Even if these documents are visualized under API overview in devportal use is unable to update them as it's not getting listed under documents list on Publisher.

Steps to reproduce:

Add an API document by selecting the type as Other and setting the Other Type file value to _overview. This document will not be displayed under the document list of the Publisher.

Affected Product Version:

APIM-4.0.0

Environment details (with versions):

N/A

kajal583 commented 1 year ago

In below file there is code to list API documents on publisher portal https://github.com/wso2/apim-apps/blob/252e1af4160700fa748437b1652a0f932200ba55/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Documents/Listing.jsx#L187 Here in Listing.jsx file, listing of API document (with other type=_overview) is blocked. @tharindu1st , @chaminda Please confirm, shall I update this configurations to resolve this issue #12863?