Menu

#417 Cannot create a script in a subfolder

v1.1.x
fixed
None
v1.1.1
Bug Fix
2019-01-24
2018-12-01
Erik Hänel
No

If one wants to create a script in a subfolder, he cannot enter the path directly (e.g. myfolder/scriptname) into the input dialog.

Analysis:

The issue is that only the procedure names are searched for namespaces but not the other file names. To fix this, one should transfer the procedure file logic to the other file types.

Implementation:

  • Implementation: The fix was processed as proposed by the analysis.
  • Revision: [r439]
  • Implementation test: A script was directly created in a subfolder

Documentation:

  • ChangesLog: updated
  • Comments: Changed sections were commented
  • Documentation articles: Not needed
  • Language files: Not needed

Tests:

The fix was tested manually. No deviations occured. Bug fix implemented successfully.

Related

Commit: [r439]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-12-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -If one wants to create a script in a subfolder, he cannot enter the path directly (e.g. `myfolder/scriptname`) into the input dialogue.
    +If one wants to create a script in a subfolder, he cannot enter the path directly (e.g. `myfolder/scriptname`) into the input dialog.
    
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-12-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     If one wants to create a script in a subfolder, he cannot enter the path directly (e.g. `myfolder/scriptname`) into the input dialog.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-12-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     If one wants to create a script in a subfolder, he cannot enter the path directly (e.g. `myfolder/scriptname`) into the input dialog.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The issue is that only the procedure names are searched for namespaces but not the other file names. To fix this, one should transfer the procedure file logic to the other file types.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-12-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     The issue is that only the procedure names are searched for namespaces but not the other file names. To fix this, one should transfer the procedure file logic to the other file types.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The fix was processed as proposed by the analysis.
    +* Revision: [r439]
    +* Implementation test: A script was directly created in a subfolder
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: updated
    +* Comments: Changed sections were commented
    +* Documentation articles: Not needed
    +* Language files: Not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r439]

  • Erik Hänel

    Erik Hänel - 2019-01-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: Not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +The fix was tested manually. No deviations occured. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB