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 2020/11/11 09:56:37 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen opened a new issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

xingchun-chen opened a new issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054


   1.Add or Edit timing, select the last week of the month regularly
   2. Click the preview or save button, an error will be reported
   ![image](https://user-images.githubusercontent.com/55787491/98796191-172bf700-2446-11eb-920f-e6ab421c420a.png)
   ![image](https://user-images.githubusercontent.com/55787491/98796270-2ad75d80-2446-11eb-88cd-c066e7ddd81c.png)
   ![image](https://user-images.githubusercontent.com/55787491/98796434-55291b00-2446-11eb-9aee-1a1b89954970.png)
   ![image](https://user-images.githubusercontent.com/55787491/98796656-96b9c600-2446-11eb-92d2-acabf2c647ec.png)
   
   **Which version of Dolphin Scheduler:**
    -[1.3.2]


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-740357278


   @iyeeku When the last Sunday is selected for the first time, there is still a problem with the expression, and it is OK to select other Sundays later
   ![image](https://user-images.githubusercontent.com/55787491/101437570-726cde80-394b-11eb-8ab5-f218c4205f95.png)
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen closed issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
xingchun-chen closed issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054


   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] CalvinKirs closed issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054


   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-725332282


   Who want to fix it?


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] iyeeku commented on issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
iyeeku commented on issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-729621546


   [[Fix-4054][Api] Fix The last week of the month for adding/editing tim…](https://github.com/apache/incubator-dolphinscheduler/pull/4081)


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] lgcareer closed issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
lgcareer closed issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054


   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-744110956


   close by #4213 


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] iyeeku commented on issue #4054: [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error

Posted by GitBox <gi...@apache.org>.
iyeeku commented on issue #4054:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4054#issuecomment-729623128


   It may be necessary , day.vue -> monthLastWeeksVal (val) 
   ```js
   this.weekValue = `?`
   this.dayValue = val
   ```
   change to
   ```js
   this.weekValue =val
   this.dayValue = `?`
   ```
   


----------------------------------------------------------------
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