Ran
|
Jobs
7
|
Files
94
|
Run time
8min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
PROPERLY FIX BUG PREVENTING COL PROFILES FROM SETTING allow_add/edit The commit https://github.com/vanstyn/RapidApp/commit/2dccadc6f from May 30 was a regression which fixed the long-standing problem of column profiles not working correctly when they set allow_add/allow_edit to OFF, but created a new bug which incorrectly made columns not addable when editable is off. This is the case of these settings being set via the creatable_colspec and updatable_colspec in the local module, which is an order of operations problem -- the normalization of allow_add/edit doesn't happen until AFTER the module code modifies these settings according to its local colspec settings. The fix, which is ugly and temporary, is that the column profiles are now considered in the module code itself. This is the best solution, before a long-planned refactor of this stuff can be done. See also in-code comments. (set dev ver 1.2000_04)
3333 of 6498 relevant lines covered (51.29%)
1554.58 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 910.1 | 94 |
51.27 |
Travis Job 910.1 | |
2 | 910.2 | 94 |
51.23 |
Travis Job 910.2 | |
3 | 910.3 | 94 |
51.22 |
Travis Job 910.3 | |
4 | 910.4 | 94 |
51.22 |
Travis Job 910.4 | |
5 | 910.5 | 94 |
51.22 |
Travis Job 910.5 | |
6 | 910.6 | 94 |
51.21 |
Travis Job 910.6 | |
7 | 910.7 | 94 |
51.21 |
Travis Job 910.7 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|