Follow-up from #1416372: Translator Plugin: Local User.
Decide if we really want default auto approve to 1, not sure if that makes sense. Maybe the server should do that in the server installation profile instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | remove-default-accept-1876986-13.patch | 2.91 KB | berdir |
| #10 | remove-default-accept-1876986-10.patch | 2.43 KB | cgalli |
| #7 | remove-default-accept-1876986-7.patch | 639 bytes | cgalli |
| #1 | remove-default-accept-1876986-1.patch | 616 bytes | berdir |
Comments
Comment #1
berdirThis will make the tests fail.
Any objections to doing this?
Comment #2
cgalli commentedYes, possibly.
Using the LUI with auto accept OFF on the same installation as the jobs are created it leads to confusing status and color displays.
See issue 1416372, #40
Comment #3
berdirIt was already partially improved by using the same configuration for the colors.
And that's not an argument against this, we need to improve that anyway even if it's not the default setting.
Comment #4.0
(not verified) commentedUpdated issue summary.
Comment #5
cgalli commented1: remove-default-accept-1876986-1.patch queued for re-testing.
Comment #7
cgalli commentedRedo the patch with current code base
Let's see if and where test fails
Comment #8
berdirComment #10
cgalli commentedAdapted tests to accept translations, should pass now
Comment #11
berdir$job->acceptTranslation() should also work and has much less overhead.
Comment #12
cgalli commentedI tried before. Did not work:
The reloaded page does not show the new status of the the job item.
Is there another way to reaload the page?
Comment #13
berdirWelcome to the wonderful world of static cache and web tests. Always a wonderful experience :)
Comment #14
blueminds commentedlooks good
Comment #15
berdirThanks, committed and pushed.