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
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.
Revision history for this message
Ronaldo Maia (romaia) wrote :

27 + if (column.data_type != int):
28 + filter.validate_set_digits()

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.

review: Needs Fixing

Unmerged revisions

1605. By Gabriel Gerga

Bug 4048 - Alteração de casas decimais

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches