Closed (fixed)
Project:
Localization server
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2013 at 22:25 UTC
Updated:
23 Oct 2013 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
laurentchardin commentedComment #2
SebCorbin commentedComment #4
laurentchardin commentedUpdating test cases to match the expected behavior.
Moderator upload will enforce update, even if duplicates are found.
Comment #5
SebCorbin commentedI'd say it's a bug since that will make me work on it.
Comment #6
SebCorbin commentedThis works as long as suggestions are not marked as fuzzy, but we want to keep that.
I modified the condition as
($existing->is_suggestion == 1 && $force)as we don't want to re-import and re-approve every suggestion (even those marked as accepted), thus reverting the tests as before.Committed and attributed to you ;)