marie
marie
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Closing this with this fixing PR: https://github.com/twentyhq/twenty/pull/9028/files
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Mh sorry actually I was mistaken, it is possible to have two fields test and test1; and from your screenshot you can see they were both created
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Yes, we will make sure to clarify that in the future
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Thank you Your issue points at another problem: we introduced a regression where a newly created field does not appear directly in the fields list (page needs to be refreshed), but was created indeed. we are working on fixing this! "test" and "test1" fields labels cannot co-exist as they will both be translated to "test" in the api
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
can you give me the link of the issue you created ?
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
thanks for reporting @Oleksandr Boiko, we are actively looking at it !
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
(I actually need to run other checks on my pr i think)
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
@Weiko I still need to check how it was possible not to send the value through the form, but this should do if we need a quick fix: https://github.com/twentyhq/twenty/pull/9028
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
@Weiko I think it has to do with the introduced isLabelSyncedWithName I'm taking it, but fyi
19 replies
TTwenty
Created by Led-0806 on 12/9/2024 in #❓︱help
Data model existing objects can't be changed
Hi ! The ability to have a different display for a date field should be introduced in the next weeks (see open issue). However I am not sure we will allow changes on the standard fields (@Thomas ? I think we would have an issue at sync-metadata, unless we exclude the settings from the comparison) fyi @Guillaume
4 replies
TTwenty
Created by Raph on 12/2/2024 in #❓︱help
Error: Cannot convert TS_VECTOR to column type.
Hi @Raph ok great ! Yes we have an issue with profile pictures currently, this will be fixed in the next release that should occur at the end of this week. do not hesitate to reach out again after you have upgraded if you still have an issue!
13 replies
TTwenty
Created by MiraCZ on 12/2/2024 in #❓︱help
Translations and date format
Hi @MiraCZ ! - we only support english on Twenty for now, sorry! - we will soon work on giving the possibility to choose the date format display: see GitHub issue . I am not 100% sure that will be taken into account for the date input, I will have a look. But the display will be in the chosen format
4 replies
TTwenty
Created by Raph on 12/2/2024 in #❓︱help
Error: Cannot convert TS_VECTOR to column type.
Hi @Raph! Could you indicate which version of twenty you are on?
13 replies
TTwenty
Created by greg [iero] on 11/22/2024 in #❓︱help
Change Object Icon
yes
9 replies
TTwenty
Created by greg [iero] on 11/22/2024 in #❓︱help
Change Object Icon
yes definitely, thanks for jumping in !
9 replies
TTwenty
Created by greg [iero] on 11/22/2024 in #❓︱help
Change Object Icon
No description
9 replies
TTwenty
Created by greg [iero] on 11/22/2024 in #❓︱help
Change Object Icon
Hi @greg [iero] 🙂 - by access you mean update? It is not possible to update standard objects' icon indeed - that's not the desired behaviour, thanks for spotting that. it should be saved as you change. I will tackle that !
9 replies
TTwenty
Created by Denis on 11/19/2024 in #❓︱help
Question about restful api searching fields.
4 replies
TTwenty
Created by Denis on 11/19/2024 in #❓︱help
Question about restful api searching fields.
Oh sorry I read your question too fast - this is only exposed in the graphql API but will be in the rest API soon. In the meantime you can use findMany endpoints with filters !
4 replies
TTwenty
Created by Denis on 11/19/2024 in #❓︱help
Question about restful api searching fields.
Hi @Denis, what do you use to execute your search? We have search endpoints exposed (searchPeople, searchCompanies, etc..). For now the search is using specific fields for standard objects: name, emails and job title for people; name and domain name for companies; etc. (you can find them in the workspace-entity files in the constants "SEARCH_FIELDS_FOR_XXX": example). For custom objects (an object you have created, for example "Listing"), we use the "label identifier", which defaults to name but can be updated in the data settings. Our medium-term vision is to make this configuration editable, to let you add or remove a field from the "searchable fields".
4 replies