mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-09 11:10:05 +00:00
Resolve "Button formula function should show as an actual button"
This commit is contained in:
parent
f9bfc731ce
commit
0c563352c8
26 changed files with 402 additions and 118 deletions
web-frontend/modules/database
|
@ -214,6 +214,7 @@ import {
|
|||
import {
|
||||
BaserowFormulaArrayType,
|
||||
BaserowFormulaBooleanType,
|
||||
BaserowFormulaButtonType,
|
||||
BaserowFormulaCharType,
|
||||
BaserowFormulaLinkType,
|
||||
BaserowFormulaDateIntervalType,
|
||||
|
@ -624,6 +625,7 @@ export default (context) => {
|
|||
'formula_type',
|
||||
new BaserowFormulaMultipleSelectType(context)
|
||||
)
|
||||
app.$registry.register('formula_type', new BaserowFormulaButtonType(context))
|
||||
app.$registry.register('formula_type', new BaserowFormulaLinkType(context))
|
||||
app.$registry.register('formula_type', new BaserowFormulaFileType(context))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue