CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Add additional columns to the Sponsor Portal #40

Closed Jumb0Fr4m3 closed 5 months ago

Jumb0Fr4m3 commented 5 months ago

Additional columns for the Admin was created (like description) and that it working like a charm. (in #31) It would be great if we also could get the possibility to have those extra columns on the sponsor portal.

In other words the request is to get the same functionality regarding the extra columns for the sponsor portal, that the Admin portal already have got.

ciesinsn commented 5 months ago

@Jumb0Fr4m3 had some unexpected free time and was able to knock this out. Pushing up to master branch and will close this issue out :)

Jumb0Fr4m3 commented 4 months ago

Thanks. I am able to do filtering on the fields that are already present, but when entering something in the description filter field, nothing happens. Also I see that when I check the description under Column Visibility and do a refresh, the description field is gone and I have to check it again. It would be great if my preference could be saved.

ciesinsn commented 4 months ago

It looks like broke on commit 12f4f5a when the different supporting tools where upgraded. The issue is the logic that does the search just returns column 0 for the current column. I'll have to dig deeper into this one. I'll make a new issue for it.