Dónal Murtagh

Results 32 issues of Dónal Murtagh

When I tried using the [hsql migration script](https://github.com/kagkarlsson/db-scheduler/blob/master/db-scheduler/src/test/resources/hsql_tables.sql) to add the `scheduled_tasks` to a H2 database, it failed with this error > Unknown data type: "BLOB"; SQL statement: I changed...

enhancement
documentation

## Steps to reproduce - Open the [Plunker demo](https://plnkr.co/edit/1fphMFbKXhK5CaAfmntD?p=preview) - Answer "Yes" to the first question, this will reveal a savings and investments section that allows one or more account...

type: bug
ui: array

# Problem ## Steps to reproduce: - Open the [Plunker demo](https://plnkr.co/edit/mLxKpOC6zNm7l3tLXr3Y?p=preview) - Enter some data in the field and notice that the description "Enter your name" appears under the field...

type: regression

#### Expected behaviour If a property that is defined as `required` in the schema, is absent from the form (and model), the model should fail validation #### Actual behaviour The...

type: enhancement

The docs include this example that shows how to write a custom validator for a field: ``` [ { key: 'name', validationMessage: { 'noBob': 'Bob is not OK! You here...

type: enhancement
needs: test
has: solution / suggestion

## Steps to reproduce - Open the [Plunker demo](https://plnkr.co/edit/n1R1uFIT7oKDI7bJMSm9?p=preview) - Notice that the "Marital status" dropdown contains 3 blank entries - If the `x-schema-form` attributes are removed from the schema...

type: enhancement
needs: PR
needs: test
needs: documentation

Currently, the destroy strategy for conditional fields can only be specified at the form level, but it would be useful if you could have different strategies for different fields. In...

type: enhancement

I've defined 2 domain classes that are mapped using the "no collections" approach described [here](https://mrpaulwoods.wordpress.com/2011/02/07/implementing-burt-beckwiths-gorm-performance-no-collections/) ``` groovy class IncomeScenario { String title Collection getItems() { IncomeDelta.findAllByIncomeScenario(this) } def beforeDelete() {...

Is it possible to use this lib as a script, i.e. by adding a `` tag to the page? If so, could you add instructions to the docs? This would...