Changeset 3148633
- Timestamp:
- 09/09/2024 11:13:11 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sheetlink/trunk/src/Admin/RGSIIntegrationOptions.php
r3148340 r3148633 40 40 public function get_user_entity( $generic = false ){ 41 41 $action_id = 'rao_user_'; 42 $actions = ['create','update','delete','sync']; 42 //$actions = ['create','update','delete','sync']; 43 $actions = ['create']; 43 44 $slug = 'user'; 44 45 $userActions = [];
Note: See TracChangeset
for help on using the changeset viewer.