TumaMilan
TumaMilan
> > If you are 100% sure that SQL injection cannot occure, e.g. the SQL string cames from `$sql = $connection->translate()`, you should use `%SQL` modifier: > I cannot do...
> Ublaboo datagrid Sorry, Ublaboo datagrid renamed to Contribute datagrid. But not totally, so it is little confusing 😁
> Can you link the specific query that's causing problem? I'm afraid I don't understand you. If you mean SQL query, so any query containing apostrophe. Any text value. Datagrid...
I have some stupid workaround. As datagrid on paging change ignores filter values, I changed action attribute of grid form: ``` $(document).on('change', 'select[data-autosubmit-per-page]', function () { return $("#frm-grid-filter").attr("action",location.href); }) ```...
I tried to change the regex and callback in Translator.php to identify N before apostrophe. But it is not easy and can't guarantee full functionality of function `translate()`. I decided...