You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/05 15:42:55 UTC

[GitHub] [incubator-dolphinscheduler] nauu opened a new pull request #1406: [dolphinscheduler-#1397] [bug]Resources can not be previewed or updated 

nauu opened a new pull request #1406: [dolphinscheduler-#1397] [bug]Resources can not be previewed or updated 
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1406
 
 
   ## What is the purpose of the pull request
   
   For fix the bug #1397 .
   
   Because when create an resource the name will add the suffix, But When rename the resource there is no suffix add to the name, So When update resource name without suffix just like "test.sh" => "test" , Then the bug reproduced.
   
   So  i add the logic bellow:
   When rename, if the name without suffix then add it ,else use the origin name.
   
   ## Brief change log
   
     -  Edit the ResourcesService.javal
   
   ## Verify this pull request
   
     - Manually verified the change by testing locally.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services