You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/17 13:40:09 UTC

[GitHub] [airflow] JavierLopezT opened a new issue #12401: Duplicate connections UI

JavierLopezT opened a new issue #12401:
URL: https://github.com/apache/airflow/issues/12401


   In the UI it would be nice to duplicate the selected connection, in the menu "With Selected"


----------------------------------------------------------------
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] [airflow] mik-laj commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-729215207


   Sound good to me. Can I assign you to this ticket?


----------------------------------------------------------------
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] [airflow] pateash commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
pateash commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-837896853


   Implemented, multi-select and duplication.
   
   ![](https://user-images.githubusercontent.com/16856802/116422002-f5d88f00-a85c-11eb-99d5-e9648a6b8368.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] [airflow] JavierLopezT commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
JavierLopezT commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-732101491


   > Sound good to me. Can I assign you to this ticket?
   
   I have no clue how to approach this and right now I don't have time to investigate, sorry


----------------------------------------------------------------
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] [airflow] honarkhah edited a comment on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
honarkhah edited a comment on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-732319600


   I would like to work on this task, Should I add a new permission or use the can_create permission?
   `airflow/www/templates/airflow/model_list.html:L71`
   ```python
         {% if can_show or can_edit or can_delete %}
           <td><center>
           {{ lib.btn_crud(can_show, can_edit, can_delete, pk, modelview_name, filters) }}
           </center></td>
         {% endif %}
   ```
   I assume that we gonna have a button on the list view and show view we gonna use the create form prefilled with the item that selected.
   ![image](https://user-images.githubusercontent.com/904829/99997022-dc6a7d00-2dbc-11eb-818b-61a438f8fd33.png)
   ![image](https://user-images.githubusercontent.com/904829/99997210-20f61880-2dbd-11eb-9ad6-0ef1de58b6f2.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] [airflow] pateash commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
pateash commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-828435102


   I am working on this.
   @mik-laj could you please assign this to me.


-- 
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] [airflow] mik-laj commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-732385149


   I think, you can use can_create perm. 


----------------------------------------------------------------
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] [airflow] honarkhah edited a comment on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
honarkhah edited a comment on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-732319600


   I would like to work on this task, Should I add a new permission or use the can_create permission?
   `airflow/www/templates/airflow/model_list.html:L71`
   ```python
         {% if can_show or can_edit or can_delete %}
           <td><center>
           {{ lib.btn_crud(can_show, can_edit, can_delete, pk, modelview_name, filters) }}
           </center></td>
         {% endif %}
   ```
   I assume that we gonna have a button on the list view and show view we gonna use the create form prefilled with the item that selected.
   ![image](https://user-images.githubusercontent.com/904829/99997022-dc6a7d00-2dbc-11eb-818b-61a438f8fd33.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] [airflow] honarkhah commented on issue #12401: Duplicate connections UI

Posted by GitBox <gi...@apache.org>.
honarkhah commented on issue #12401:
URL: https://github.com/apache/airflow/issues/12401#issuecomment-732319600


   I would like to work on this task, Should I add a new perm or use the can_create perm?
   `airflow/www/templates/airflow/model_list.html:L71`
   ```python
         {% if can_show or can_edit or can_delete %}
           <td><center>
           {{ lib.btn_crud(can_show, can_edit, can_delete, pk, modelview_name, filters) }}
           </center></td>
         {% endif %}
   ```
   I assume that we gonna have a button on the list and we gonna use the create form prefilled with the item that selected.


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