Posts made by Itamar Tzadok

The field type is available from git at https://github.com/itamart/moodle-mod_dataform/tree/dataform_23/field/dataformview. You can download that Dataform version (https://github.com/itamart/moodle-mod_dataform/archive/dataform_23.zip) and extract the field code from there. I don't know what may be required for making it work with 2012100500. The work around that field type involved also changes to the Dataform filter API. Give it a try, let me know if you need further assistance with this. smile

If you have the most recent version of the dataformview field type the settings should like something like the illustration below.

  • Select the desired Dataform.
  • Save and continue to load the list of view of the selected Dataform.
  • Select a view.
  • You can select a filter from the selected Dataform, or
  • Filter by Entry author or group, or
  • Enter custom search criteria in the form: AND,ref-pattern,IS|NOT,OPERATOR,local-pattern. For example: AND,##author:firstname##,0,=,##author:firstname##. The ref-pattern must be included in the referenced view.

hth smile

 

John Doh's entry will display the following content from Entry Work Flow:

This issue has not changed since 1.9 and the template is still not filtered and hence is not language sensitive. Not sure why though. The MDL-6635 reason is that the fields content would get filtered twice (see also MDL-9462). It seems however that it should be possible to filter the template before replacing the patterns with the fields content. You can open a tracker issue for that. I have added template formatting in the new version of the Dataform (for Moodle 2.6 or higher; not yet released), and it seems to work properly. smile