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:
[email protected]


Reply via email to