Akhil Narang
Akhil Narang
Functionality is fine, not sure about this bullet point, @sokumon / @iamejaaz any suggestions?
Seems like the formatting is still off.
@mudux could you share the exact doctype structure - unable to reproduce the issue.
Please rebase your PR, CI should pass then.
@dependabot rebase
@dependabot rebase
Seems like its because its hardcoded [here](https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/list/list_view.js#L31), setting it to something higher than the actual count (999999) did work. (took ~3 seconds to fetch the actual count) Seems like it...
> Can this be fixed in a way that large records can show as XXX+ but others show up as actuals? So that is the current behaviour @NehaSan16 - it...
Please can you share the entire output
Relevant code: https://github.com/frappe/frappe/blob/develop/frappe/utils/user.py#L155-L169 We don't seem to be checking modules directly, just adding modules based on doctypes the user has access to. Can probably also check and add all modules...