gristlabs_grist-core/sandbox/grist
Jarosław Sadziński 8da04d5a2a (core) Two way reference polish
Summary:
- Fixing BulkRemoveRecord bug
- Rewriting copy on the `delete reverse column` dialog
- Rewriting text on the `reassign reference dialog`
- Adding tooltip that explains why 2-way references are not enabled for formula columns

Test Plan: Added tests

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D4355
2024-09-24 10:20:55 +02:00
..
functions (core) Update documentation for lookup/find/prevnext for the Help Center 2024-08-12 12:50:44 -04:00
imports
acl.py
action_obj.py
action_summary.py
actions.py
attribute_recorder.py (core) Allow assistant to evaluate current formula 2023-07-24 21:59:00 +02:00
autocomplete_context.py
codebuilder.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2024-07-17 12:00:55 -04:00
column.py (core) Adding UI for reverse columns 2024-09-18 12:07:21 +02:00
csv_patch.py (core) Simple Python 3 compatibility changes 2021-06-22 17:13:17 +02:00
depend.py (core) Implement trigger formulas (generalizing default formulas) 2021-06-25 22:53:07 -04:00
docactions.py (core) Adding backend for 2-way references 2024-09-11 22:31:36 +02:00
docmodel.py
dropdown_condition.py (core) Fix bug with renames when there are dropdown conditions and some columns have null widgetOptions 2024-09-13 07:39:33 -04:00
engine.py
fake_std_streams.py
formula_prompt.py
friendly_errors.py
gencode.py
grist.py
identifiers.py
import_actions.py
lookup.py
main.py
match_counter.py (core) move data engine code to core 2020-07-29 08:57:25 -04:00
migrations.py
moment.py
objtypes.py (core) Fix serialization of values derived from primitive types, like IntEnum. 2024-09-04 16:51:51 -04:00
parse_data.py
predicate_formula.py
records.py (core) Adding backend for 2-way references 2024-09-11 22:31:36 +02:00
relabeling.py
relation.py
reverse_references.py (core) Adding backend for 2-way references 2024-09-11 22:31:36 +02:00
runtests.py python(tests): print logging when running tests in verbose mode 2022-09-20 17:22:28 +02:00
sandbox.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
schema.py
sort_key.py
sort_specs.py
summary.py (core) Record Cards 2023-11-19 20:12:37 -05:00
table_data_set.py
table.py
test_acl_formula.py (core) Add dropdown conditions 2024-04-26 16:57:55 -04:00
test_acl_renames.py
test_actions.py (core) move data engine code to core 2020-07-29 08:57:25 -04:00
test_codebuilder.py
test_column_actions.py
test_completion.py
test_default_formulas.py
test_depend.py (core) Fix recursion error in invalidate_deps 2021-06-18 15:42:20 +02:00
test_derived.py
test_display_cols.py (core) Record Cards 2023-11-19 20:12:37 -05:00
test_docmodel.py
test_dropdown_condition_renames.py
test_dropdown_condition.py
test_engine.py
test_find_col.py Correct spelling mistakes 2022-02-19 09:46:49 +00:00
test_formula_error.py (core) Ignore leading whitespace in formulas, and strip out leading '=' sign users might add 2023-04-25 15:28:40 -04:00
test_formula_prompt.py
test_formula_undo.py
test_functions.py
test_gencode.py
test_import_actions.py (core) Record Cards 2023-11-19 20:12:37 -05:00
test_lookup_find.py
test_lookup_perf.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2024-07-17 12:00:55 -04:00
test_lookup_sort.py
test_lookups.py
test_match_counter.py
test_migrations.py
test_moment.py
test_objtypes.py
test_predicate_formula.py
test_prevnext.py
test_record_func.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
test_recordlist.py
test_reflist_rel.py
test_relabeling.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
test_renames2.py
test_renames.py
test_replace_table_data.py
test_replay.py
test_requests.py
test_rules_grid.py
test_rules.py
test_side_effects.py
test_sort_key.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2024-07-17 12:00:55 -04:00
test_sort_spec.py
test_summary2.py
test_summary_choicelist.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2024-07-17 12:00:55 -04:00
test_summary_undo.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
test_summary.py (core) Editing summary columns widget options 2024-09-17 09:37:47 +02:00
test_table_actions.py
test_table_data_set.py
test_temp_rowids.py
test_textbuilder.py
test_treeview.py (core) move data engine code to core 2020-07-29 08:57:25 -04:00
test_trigger_formulas.py
test_twoway_refs.py
test_twowaymap.py
test_types.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
test_undo.py (core) Fix undo error for automatically removed rows, especially in summary tables 2022-09-09 22:15:45 +02:00
test_urllib_patch.py
test_user.py (core) add initial support for special shares 2024-01-04 05:57:38 -05:00
test_useractions.py (core) Revert D4302 2024-08-27 23:13:01 -04:00
testsamples.py (core) move data engine code to core 2020-07-29 08:57:25 -04:00
testscript.json
testutil.py
textbuilder.py (core) Remaining Python 3 compatibility changes 2021-06-25 12:00:58 +02:00
timing.py
treeview.py (core) move data engine code to core 2020-07-29 08:57:25 -04:00
twowaymap.py
tzdata.data
urllib_patch.py (core) Remaining Python 3 compatibility changes 2021-06-25 12:00:58 +02:00
user.py
useractions.py
usercode.py (core) Make Python tests pass in Python 3.11 2023-07-28 16:37:38 +02:00
usertypes.py (core) Adding backend for 2-way references 2024-09-11 22:31:36 +02:00
xmlrunner.py