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
846 stars 785 forks source link

Some tags are not showing on the left side panel in DevPortal. #11798

Closed Abshan closed 2 years ago

Abshan commented 3 years ago

Description:

When the tags are listed alphabetically on the left side of the APIM-DevPortal, some tags are not showing on the left side panel in DevPortal.

Steps to reproduce:

a) Create two APIS (test and SwaggerPetstore) on the APIM Publisher b) Add 19 tags to the SwaggerPetstore API. c) Add 31 tags to the Test API. d) On APIM DevPortal, there are only 24 tags in alphabetical order. (IMG_PORTAL.png) e) There is no paging option below to see the remaining tags.

IMG_PORTAL

Affected Product Version:

WSO2AM-3.2.0

hasuniea commented 3 years ago

In the implementation level, we reuse the pagination concept but it is not nice to paginate the tags and it is not the recommend approach hence I removed pagination limits from the API call.