Could someone point me in the right direction for opening a page with a custom button?
The following code is close. It unfortunately opens /0/page/page_0//page_1/
<Button tag={Link} to="page_1" type="danger" size="sm" >
{this.props.intl.formatMessage({
id: "open_fac_details",
defaultMessage: defaultMessages.open_fac_details
})}
</Button>
And /page_1 reduces the entire url to http://server/page_1
To note, something like ?views=view_3 correctly open to the specific view