Skip to content

fix: Fixed URLCategory model assigning function reference instead of calling form_list#460

Merged
willguibr merged 1 commit intomasterfrom
zia-#460-fix-url-category-model
Feb 17, 2026
Merged

fix: Fixed URLCategory model assigning function reference instead of calling form_list#460
willguibr merged 1 commit intomasterfrom
zia-#460-fix-url-category-model

Conversation

@willguibr
Copy link
Member

@willguibr willguibr commented Feb 17, 2026

Provide a general summary of your changes in the title above. You should
remove this overview, any sections and any section descriptions you
don't need below before submitting. There isn't a strict requirement to
use this template if you can structure your description and still cover
these points.

Description

Describe your changes in detail through motivation and context. Why is
this change required? What problem does it solve? If it fixes an open
issue, link to the issue using GitHub's closing issues keywords1.

Has your change been tested?

Explain how the change has been tested and what you ran to confirm your
change affects other parts of the code. Automated tests are generally
expected and changes without tests should explain why they aren't
required.

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • This change is using publicly documented and stable APIs.

@willguibr willguibr self-assigned this Feb 17, 2026
@willguibr willguibr added the 🐛 type/bug :bug: type/bug label Feb 17, 2026
Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes mainly address updating the CHANGELOG and release notes, and fixing a bug in URLCategory model related to assigning function reference instead of calling form_list function for regex_patterns and regex_patterns_retaining_parent_category attributes. Generally the changes are well made but there's a small error in dates that could naturally cause some future confusion.

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@willguibr willguibr merged commit f341320 into master Feb 17, 2026
38 checks passed
@github-project-automation github-project-automation bot moved this from ⚙️ In development to 🚀 Shipped in Zscaler Automation Dashboard 🛣 Feb 17, 2026
github-actions bot pushed a commit that referenced this pull request Feb 17, 2026
### [1.9.16](v1.9.15...v1.9.16) (2026-02-17)

### Bug Fixes

* Fixed URLCategory model assigning function reference instead of calling form_list ([#460](#460)) ([f341320](f341320))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 type/bug :bug: type/bug

Projects

Status: 🚀 Shipped

Development

Successfully merging this pull request may close these issues.

1 participant

Comments