Henry Van Styn

Results 35 issues of Henry Van Styn

The AutoPanel Ajax load should be able to automatically handle HTTP Redirects: - Follow the redirect target and perform a fresh load (content + tabTitle/icon) - Update the hashnav to...

enhancement

This was observed to happen within an Add Form on a single rel column ('combo' auto_editor_type) when typing in some invalid/not found text, and then clicking off the field. It...

bug

At some point this worked, but now this is triggering the browser's save page as...

bug

Allow 'display_column' to be set as a column property on a given single relationship column, overriding 'display_column' of the source the relationship points to

enhancement

There are places throughout the codebase which use the default ResultSet 'me' alias. This is usually fine, however it is possible for it to change, and so it really needs...

The `Template::Controller` config should support a mechanism to map virtual template paths directly to a file system path, on a case-by-case basis

enhancement

The column is in the schema, but not reflected in the auto-generated grid... it may have simply never been implemented yet...

enhancement

Currently (v1.04), RapidApp does not call column accessors for its CRUD operations in DbicLnk Modules (i.e. Grids/Pages). It uses `HashRefInflator` for reads, and calls `$Rs->create(\%vals)` and `$Row->update(\%vals)` for creates and...

When the Primary Key of a row contains unicode characters it does not load properly in TabGui tabs. This was reported by @alhashemi via e-mail (pasted below) and I tested...

bug