#53342 closed defect (bug) (invalid)
Number of comments should be an integer
| Reported by: | Djibs13 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | REST API | Version: | 5.7.2 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: | rest-api |
Description
Hello,
In the API, the number of comments in a post is indicated as a string when it should be an integer
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report @Djibs13 . There is no `comments` property by default so it looks like this is being added by a plugin on your site.
You may want to deactivate your plugins one by one to identify which one is adding that property.