horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
205 stars 139 forks source link

Pagination in asset-category-view is broken #247

Closed federoitman closed 3 months ago

federoitman commented 3 months ago

Bug Report

Description

When I have more than 20 assets in a category, I'm unable to browse past the 1st page

Steps to Reproduce

  1. Create more than 20 items in an asset category
  2. Go to the asset view page
  3. Select the asset category
  4. Try to go to page 2

    Expected Behavior

I should be able to go to next page

Actual Behavior

I cannot go to next page and "htmx.min.js:1 htmx:targetError" appears in console

Screenshots

[If applicable, provide screenshots illustrating the issue.]

Environment

The latest version.

horilla-opensource commented 3 months ago

Hi @federoitman , The fix for the issue is updated in the latest code base. Please check and let us know if you have any more concerns.

With Regards, Team Horilla

federoitman commented 3 months ago

I can confirm that it works now.

Thanks!