Merge lp://staging/~gergagabriel/kiwi/bug4048 into lp://staging/~jdahlin-deactivatedaccount/kiwi/master
Proposed by
Gabriel Gerga
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~gergagabriel/kiwi/bug4048 |
Merge into: | lp://staging/~jdahlin-deactivatedaccount/kiwi/master |
Diff against target: |
31 lines (+6/-1) 1 file modified
kiwi/ui/search.py (+6/-1) |
To merge this branch: | bzr merge lp://staging/~gergagabriel/kiwi/bug4048 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ronaldo Maia (community) | Needs Fixing | ||
Review via email: mp+30983@code.staging.launchpad.net |
Description of the change
Bug 4048
Alteração de casas decimais em filtro de busca--> Casas decimais somente aparecem para campos que não são do tipo 'int'
To post a comment you must log in.
Unmerged revisions
- 1605. By Gabriel Gerga
-
Bug 4048 - Alteração de casas decimais
27 + if (column.data_type != int): validate_ set_digits( )
28 + filter.
Eu tinha pensado em o filter ter a mesma api que o spin button, ficaria algo como:
filter. set_digits( 2)
Quando alterando o kiwi, tem uma outra coisa que tem que fazer, que é atualizar o arquivo ChangeLog. Veja os outros registros de alterações e crie um similar, descrevendo o que está mudando, em inglês.
É interessante manter as mensagens de commit em inglês tb.