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