Skip to content

Commit

Permalink
Revert "Display the "status" column in the subscription grid as selec…
Browse files Browse the repository at this point in the history
…t instead of text"

This reverts commit e1c4b86.
  • Loading branch information
avstudnitz committed Sep 29, 2023
1 parent e1c4b86 commit d052a22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
17 changes: 0 additions & 17 deletions Model/Source/Status.php

This file was deleted.

12 changes: 0 additions & 12 deletions view/adminhtml/ui_component/async_events_events_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,6 @@
<label translate="true">Status</label>
</settings>
</column>
<column name="status" component="Magento_Ui/js/grid/columns/select">
<settings>
<options class="MageOS\AsyncEvents\Model\Source\Status"/>
<filter>select</filter>
<editor>
<editorType>select</editorType>
</editor>
<dataType>select</dataType>
<label translate="true">Status</label>
</settings>
</column>

<column name="subscribed_at" class="Magento\Ui\Component\Listing\Columns\Date"
component="Magento_Ui/js/grid/columns/date">
<settings>
Expand Down

0 comments on commit d052a22

Please sign in to comment.