We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From logs on live repository, the following params need to be accounted for:
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_order (value: 1) has been ignored. IRStats2 (Utils validate_non_context_params): unexpected URL parameter: human_display (value: 1) has been ignored. IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_count (value: 1) has been ignored. IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_more (value: 1) has been ignored. FROM: lib/plugins/EPrints/Plugin/Stats/View/Table.pm All have values: 1|0
1|0
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: fields (value: value) has been ignored. IRStats2 (Utils validate_non_context_params): unexpected URL parameter: do_render (value: 1) has been ignored. FROM:
'fields' has values of: value|datestamp|eprintid|set_value 'do_render' has values of: 1|0
value|datestamp|eprintid|set_value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From logs on live repository, the following params need to be accounted for:
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_order (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: human_display (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_count (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_more (value: 1) has been ignored.
FROM: lib/plugins/EPrints/Plugin/Stats/View/Table.pm
All have values:
1|0
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: fields (value: value) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: do_render (value: 1) has been ignored.
FROM:
'fields' has values of:
value|datestamp|eprintid|set_value
'do_render' has values of:
1|0
The text was updated successfully, but these errors were encountered: