Miro Yovchev

Results 22 issues of Miro Yovchev

## Summary This patch adds the `__t()` as global helper so that it is available for macros too. This is possible because `getEnv()` handler receives a real request object when...

## To Reproduce **UPDATE**: Actually it is more complex than that because of the `apos.prefix` config option. See my first comment with the additional findings. Add pathname to the baseUrl...

bug

**Somewhat related with #3626** The same console warning as described in the linked issue above is present without any custom projections but using the piece built in relation filter (think...

bug

## Describe the bug 1. The task `node app @apostrophecms/search:index` fails with `TypeError: self.indexDoc is not a function` 2. Pieces types are not registered programmatically as stated [in the source...

bug

## To Reproduce Create a conditional required string field. On admin UI fill without satisfying the field condition. On save everything looks good but console error `required: required` with trace...

bug

## To Reproduce Start the application. The warning `isConnected is deprecated and will be removed in the next major version` is printed out in the console output. ## Expected behavior...

bug

## To Reproduce Imaginary oembed gallery widget: ```js module.exports = { extend: '@apostrophecms/widget-type', options: { label: 'Video gallery', icon: 'video-icon' }, fields: { add: { main: { type: 'oembed', name:...

bug

## To Reproduce While in management mode (apos administration form) remove the `apos-input--time` or `apos-input--date` class of any previously defined `date` or `time` field from the development tools of a...

bug

## Describe the bug Widgets are losing references to `data.page` and `data.contextOptions` on insert/update (edit mode). ## To Reproduce 1. Create test widget: ```js // modules/title-widget/index.js module.exports = { extend:...

bug
v3

## Describe the bug 1. The UI is not validating length constraints at all. On submission, the string value is just cut off by the backend API. 2. Interesting enough,...

bug
v3