Menu

#142 Wrong order in user autocomp list

v1.1.x
fixed
None
v1.1.0
Bug Fix
2017-02-08
2017-02-01
Erik Hänel
No

The order of the items in the user autocompletion list is wrong. There's the special char missing, which is was used in _syntax for this case.

Analysis:
In _syntax a whitespace was added between the lowercase string and the | char. Add this whitespace respecting probable issues in the following code.

Implementation:
Fix was implemented as proposed by the analysis.

Documentation:
Not needed - Bug fix.

Tests:
Durability tests were performed without any deviation. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-02-01
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-02-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The order of the items in the user autocompletion list is wrong. There's the special char missing, which is was  used in `_syntax` for this case.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-02-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The order of the items in the user autocompletion list is wrong. There's the special char missing, which is was  used in `_syntax` for this case.
    
     **Analysis:**
    +In `_syntax` a whitespace was added between the lowercase string and the `|` char. Add this whitespace respecting probable issues in the following code.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-02-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     In `_syntax` a whitespace was added between the lowercase string and the `|` char. Add this whitespace respecting probable issues in the following code.
    
     **Implementation:**
    +Fix was implemented as proposed by the analysis.
    
     **Documentation:**
    +Not needed - Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-02-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +Durability tests were performed without any deviation. Bug fix accepted.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB