[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-02 Thread David Epstein
Yaron, I installed the new version of PageForms. The links to pages inside forms now displa as links. Thank you! On Wed, Sep 1, 2021 at 10:39 PM Yaron Koren wrote: > Hi, > > There are different ways to implement hierarchies in Cargo - the right > approach depends a lot on the size of the data

[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-01 Thread Yaron Koren
Hi, There are different ways to implement hierarchies in Cargo - the right approach depends a lot on the size of the data set, how well-structured it is, how much it's going to change, etc. What you're doing now sounds like a reasonable approach, though. Though I don't understand what you mean

[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-01 Thread David Epstein
Thanks Yaron. Two followup questions: (1) How would you implement a hierarchy of place types using Cargo? Would you just have a TYPE field (nation, city, neighborhood) and PARTOF field with all pages being part of category PLACE? Or would you try to do something more sophisticated with categories

[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-01 Thread Yaron Koren
Hi David, I believe this is two separate issues. The first is, I believe, due to a bug that existed with #template_display, where it didn't display links for fields of type "Page" that also have a list of allowed values defined for them. I just checked in a fix for this, so if you get the latest