3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

24 commits

Author SHA1 Message Date
Michael Stenta
deb768d99f Check flag field edit access in EntityFlag action. 2021-08-30 13:45:32 -04:00
paul121
b6f288f3cb Provide an entity flag action. 2021-08-30 12:28:51 -04:00
paul121
95d020ea18 Use the contrib entity access and permission_provider handlers for the flag config entity. 2021-06-24 12:38:45 -04:00
Michael Stenta
187bd7abcb Move all Views hooks to *.views.inc and *.views_execution.inc include files. 2021-06-04 21:17:41 -04:00
paul121
d127a9400a Wrap flags in css classes. 2021-02-23 09:16:20 -05:00
Michael Stenta
57daded833 Move logic for adding Flag field into farm_field module. 2020-12-14 10:07:58 -05:00
Michael Stenta
273daf9697 Move field definition functions to farm_field.factory service. 2020-12-13 08:34:49 -05:00
Michael Stenta
26ab4ed331 Add standard base fields to Plan entities: Data, Files, Images, Notes, Flags. 2020-12-06 16:33:29 -05:00
Michael Stenta
6e4e97ef5f Add Views filter support for Plan Flags and Status. 2020-12-06 16:33:29 -05:00
Michael Stenta
bddcaaea08 The farm_flag module no longer depends on log. 2020-12-06 16:33:29 -05:00
Michael Stenta
bb830c14b3 Standardize Flags field description across entity types. 2020-12-06 16:10:13 -05:00
Michael Stenta
ec12646837 Check that key exists in Views $data before modifying. 2020-12-06 12:32:50 -05:00
paul121
326373adb7 Use the list_field views filter plugin for flag fields. 2020-12-06 08:51:06 -05:00
Michael Stenta
ac8ca2b57a Fix Error: Call to undefined function farm_field_base_field_definition(). 2020-11-23 16:21:51 -05:00
Michael Stenta
e659ac5baf Implement hook_entity_base_field_info() in farm_flag.module and convert flag field to a base field. 2020-11-20 11:35:47 -05:00
Michael Stenta
d1e7ba9ef4 Document return value of flag and lab test type allowed values functions. 2020-10-15 13:46:17 -04:00
Michael Stenta
5bccc9b07c Change flag config entity ID from farm_flag to flag. 2020-10-15 11:13:27 -04:00
Michael Stenta
01aa412d08 Enforce self-dependency on all flag module config. 2020-10-01 23:48:19 -04:00
Michael Stenta
2488bff344 Add "Flags" field to all asset types. 2020-10-01 23:44:26 -04:00
Michael Stenta
bf73dd1cc3 Load flag config entities into field allowed values. 2020-09-25 09:19:50 -04:00
Michael Stenta
c6d43fd642 Provide three flags: monitor, priority, and review. 2020-09-25 09:19:50 -04:00
Michael Stenta
22e184db07 Create a farm_flag config entity. 2020-09-25 09:19:50 -04:00
Michael Stenta
110f719dcd Provide an allowed_values_function for the flag field. 2020-09-25 09:19:50 -04:00
Michael Stenta
40e7602532 Initial farmOS Flags module: provide a flag field. 2020-09-25 09:19:50 -04:00